Skip to content

Charts detailing the ongoing coronavirus pandemic (2D,3D) - Using the Johns Hopkins COVID-19 Data and api.coronavirus.data.gov.uk

Notifications You must be signed in to change notification settings

scienceMiner/pythonCovid19Charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Charts detailing the ongoing coronavirus pandemic (2D,3D) - Using the Johns Hopkins COVID-19 Data and api.coronavirus.data.gov.uk

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages