https://github.com/notmatthancock/txcovid
CLI for daily deaths from covid in texas over time
https://github.com/notmatthancock/txcovid
Last synced: 2 months ago
JSON representation
CLI for daily deaths from covid in texas over time
- Host: GitHub
- URL: https://github.com/notmatthancock/txcovid
- Owner: notmatthancock
- Created: 2020-07-11T15:01:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T17:13:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T23:48:58.398Z (4 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Texas Daily Deaths from COVID-19
```bash
python main.py --do-download --window 7
```
```bash
usage: main.py [-h] [--do-download] [--data-url DATA_URL]
[--data-dir DATA_DIR] [--counties COUNTIES [COUNTIES ...]]
[--window WINDOW]optional arguments:
-h, --help show this help message and exit
--do-download
--data-url DATA_URL
--data-dir DATA_DIR
--counties COUNTIES [COUNTIES ...]
--window WINDOW
```### Requirements
- matplotlib
- numpy
- pandas