Skip to content

Python wrapper functions for retrieving real-time and past information from JHU CSSE database

Notifications You must be signed in to change notification settings

enochkan/covid19-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

covid19-stats

Python wrapper functions for retrieving real-time and past information from JHU CSSE database

Download the latest release pip install --upgrade covid19-stats

Sample usage:

# import library
import covid19-stats as cs

# get latest information, returns a pandas dataframe
cs.get_latest()

# get past data with date (mm-dd-yyyy), throws error if file does not exist
cs.get_past_data('02-29-2020')

# get time series representation of all dates, three types: 'confirmed', 'deaths', 'recovered'
cs.get_time_series('deaths')

Versions

0.0.1

Todo

  • GIS mapping
  • plotting

Author

Chi Nok Enoch Kan/ @chinokenochkan

About

Python wrapper functions for retrieving real-time and past information from JHU CSSE database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages