Skip to content

Export the WHO Covid-19 Database to a Pandas DataFrame.

License

Notifications You must be signed in to change notification settings

lucaslopes/whocovid19db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHO Covid-19 Database

Export the WHO Covid-19 Database to a Pandas DataFrame.

Installation

$ pip install whocovid19db

Usage

# Import the Exporter class:
from whocovid19db import Exporter

# Create a new instance:
exp = Exporter()

# Export 5 documents from 2021/Oct/29 to 2021/Oct/30:
df = exp.get_df(date_interval=(20211029, 20211030), count=5)

About

Export the WHO Covid-19 Database to a Pandas DataFrame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages