Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created May 31, 2020 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceteri/8c4b9f58279aa1974e095c301283d579 to your computer and use it in GitHub Desktop.
Save ceteri/8c4b9f58279aa1974e095c301283d579 to your computer and use it in GitHub Desktop.
deaths_per_mil = cv19["deaths_mean"] / cv19["population"] * 1000000.0
cv19["deaths_per_mil"] = deaths_per_mil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment