Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.41 KB

README.md

File metadata and controls

40 lines (23 loc) · 2.41 KB

ercPython - Python JH COVID-19 Data Analysis Chart Repo

  • covid-2d plot requires downloads to a local area for the Johns Hopkins COVID-19 data - then update path

    • read_csv("PATH ... csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv"
    • read_csv("PATH ... csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv"
  • ReadCovidData 3d plot requires downloads to a local area for the Johns Hopkins COVID-19 data - then update path

    • read_csv("PATH ... csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv"
    • read_csv("PATH ... csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv"

Two charts using the UK government experimental data site :

UKDeathsOverall_2021-01-31

UKDeaths_2021-01-31

The following charts use the data from the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University :

In July 2020 : UKCases_Jul20

And now in Feb 2021 the first wave barely registers vs the second wave : UKCases_Feb21

Deaths, July 2020: covid19Deaths_jul20

Deaths As of Feb 2021: covid19Deaths_feb21

3D_uk_vs_germany_july2020

covid19Deaths_jul20_logScale

Covid19_NaiveCaseExtrap_Aug20

Covid19_NaiveDeathExtrap_Aug20