Get PH COVID data in only two lines of code!
Project description
phcovid
Get PH COVID data in only two lines of code!
Source: PH DOH data shared in this blog post
Setup
pip install phcovid
Get PH COVID Data
from phcovid import get_cases
df = get_cases()
print(get_cases().iloc[:5, :5])
# case_no age sex nationality residence
#0 PH1 38 Female Chinese None
#1 PH2 44 Male Chinese None
#2 PH3 60 Female Chinese None
#3 PH4 48 Male Filipino Taguig City
#4 PH5 62 Male Filipino Rizal
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.