Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tg12/uk_covid_data
Looking at the UK stats on COVID19 with Python
https://github.com/tg12/uk_covid_data
coronavirus-tracking covid-19 covid19-data python
Last synced: 12 days ago
JSON representation
Looking at the UK stats on COVID19 with Python
- Host: GitHub
- URL: https://github.com/tg12/uk_covid_data
- Owner: tg12
- Created: 2020-04-04T10:04:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T17:23:54.000Z (over 4 years ago)
- Last Synced: 2024-12-02T21:11:55.069Z (2 months ago)
- Topics: coronavirus-tracking, covid-19, covid19-data, python
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uk_covid_data
Looking at the UK stats on COVID19 with PythonI've always been interested in this area, whether it be stock data or similar. I thought it would serve as a useful tool to see if if we are indeed "flattening this curve".
A great shout-out to these people for providing me with the tools necessary to do this.
covid_data.py ---> gets the data and draws some simple graphs
covid_ltsm.py ---> input the data.csv but the model might need tweaking currently.https://thevirustracker.com/
---> You should support this site!https://gist.github.com/endolith/250860
https://api.thevirustracker.com/free-api?countryTotal=GB
You could easily modify it for your country if you want. Any donations will be given to the releif effort, Especially the NHS!
Any questions, want to use this or just say thanks please reach out. [email protected]