|
5 months ago | |
---|---|---|
.gitignore | 5 months ago | |
LICENSE | 5 months ago | |
Pipfile | 5 months ago | |
Pipfile.lock | 5 months ago | |
README.md | 5 months ago | |
show_latest.py | 5 months ago |
Some python scripts that downloads the latest data from King County Public Health related to COVID-19. Here is the site you can see and download the data: https://www.kingcounty.gov/depts/health/covid-19/data/daily-summary.aspx
I am currently using Python 3.7.
I use pipenv when I develop with Python.
pipenv install && pipenv shell