Skip to content

Instantly share code, notes, and snippets.

@vnegi10
Created July 25, 2020 15: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 vnegi10/70b0d06a61052fea1a315a1a5fc408bf to your computer and use it in GitHub Desktop.
Save vnegi10/70b0d06a61052fea1a315a1a5fc408bf to your computer and use it in GitHub Desktop.
file = download("https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv",
"covid_19_global_data.csv"); # source of the data
data_df = DataFrame!(CSV.File("covid_19_global_data.csv")); # read data from file into a DataFrame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment