All Projects → alext234 → coronavirus-stats

alext234 / coronavirus-stats

Licence: Apache-2.0 License
Automatically scrape data and statistics on Coronavirus to make them easily accessible in CSV format

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to coronavirus-stats

cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-70.21%)
Mutual labels:  stats, coronavirus, covid-19
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+4842.55%)
Mutual labels:  cdc, coronavirus, covid-19
covid-19
HDR UK - Resources for 🦠COVID-19 Research
Stars: ✭ 41 (-12.77%)
Mutual labels:  health, coronavirus, covid-19
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+151.06%)
Mutual labels:  health, coronavirus, covid-19
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+65.96%)
Mutual labels:  health, coronavirus, covid-19
covid-19-self-assessment
The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19.
Stars: ✭ 31 (-34.04%)
Mutual labels:  health, coronavirus, covid-19
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (-25.53%)
Mutual labels:  usa, coronavirus, covid-19
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (-2.13%)
Mutual labels:  health, coronavirus, covid-19
China CoronaVirus Data Miner
Collects officially published daily stats for the corona-virus (China only) 收集新冠状病毒中国每日疫情数据,精确到地级
Stars: ✭ 24 (-48.94%)
Mutual labels:  china, coronavirus, covid-19
coronavirus-mask-image-dataset
Image dataset from Instagram of people wearing medical masks, no mask, or a non-medical (DIY) mask
Stars: ✭ 57 (+21.28%)
Mutual labels:  coronavirus, covid-19
reach4help
We are Reach4Help: a tech nonprofit connecting people in need with volunteer help in 38+ countries across Canada, the US, Europe and Asia
Stars: ✭ 85 (+80.85%)
Mutual labels:  coronavirus, covid-19
CoronaXiv
First Prize in HackJaipur Hackathon 2020 for Best ElasticSearch-based Product! Website: http://coronaxiv2.surge.sh/#/
Stars: ✭ 15 (-68.09%)
Mutual labels:  coronavirus, covid-19
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-72.34%)
Mutual labels:  coronavirus, covid-19
covid
COVID-19 cases around the world.
Stars: ✭ 14 (-70.21%)
Mutual labels:  coronavirus, covid-19
Jibli
🙏 It is a humanitarian initiative that aims to provide free delivery platform due to the coronavirus pandemic 😷😷😷
Stars: ✭ 21 (-55.32%)
Mutual labels:  coronavirus, covid-19
spider-covid-19-viz-3d
Speedy access to the latest, local COVID-19 data with a familiar interface: the Globe
Stars: ✭ 19 (-59.57%)
Mutual labels:  coronavirus, covid-19
coronavirus
covid-19 data in J
Stars: ✭ 15 (-68.09%)
Mutual labels:  coronavirus, covid-19
sc2-illumina-pipeline
Bioinformatics pipeline for SARS-CoV-2 sequencing at CZ Biohub
Stars: ✭ 18 (-61.7%)
Mutual labels:  pipeline, covid-19
coronavirus-knowledge-graph
OBSOLETE: Prototype Neo4j Knowledge Graph for Coronavirus outbreaks (see NEW VERSION: https://github.com/covid-19-net/covid-19-community)
Stars: ✭ 17 (-63.83%)
Mutual labels:  coronavirus, covid-19
Projeto-EAR-Celso
e-AR - Emergency Ventilator
Stars: ✭ 17 (-63.83%)
Mutual labels:  coronavirus, covid-19

Top 10

CSV Data on Coronavirus (COVID-19)

This repository contains data in (CSV format) which are scraped from reliable sources (e.g. World Health Organisation).

  • Data are scraped a few times daily and pushed back to this repository together with generated charts (.PNG files).

  • Look for those CSV direct link below to get the scraped historical data.

Aggregate sites

BNO News

NOTE: paused on 1 Jan 2021

Below are international stats, excluding China.

CSV direct link

Bar chart of the latest snapshot.

WHO & Government sites

From WHO (World Health Organisation) Situation reports

NOTE: paused on 16 Jun 2020 due to format changes from WHO.

Data are scraped from these reports which are in PDF formats. New reports are released daily.

Globally confirmed cases

CSV direct link

Stats from Australia

NOTE: paused on 10 July 2020

Data is pulled from Department of Health website.

Cases in Australia

CSV direct link

Stats from Singapore

Data are scraped from the MOH (Ministry of Health) local situation web page.

Cases in Singapore

NOTE: paused on 27 Jun 2020.

CSV direct link

From US CDC (Centers for Disease Control and Prevention)

NOTE: paused on 27 Jun 2020 due to format changes from CDC.

Cases in the US (data are scraped from here)

  • Till 18 Apr 2020:

CSV direct link

  • From 18 Apr 2020, the data format CDC website has been changed to include races and age groups.

CSV direct link

  • From 7 May 2020,

CSV direct link

Stats from China

This page has the realtime stats from China. Data are pulled several times a day by the pipeline.

All cases in China

CSV direct link

How it works

  • Jupyter notebooks are used for scraping data and output to CSV files
  • These notebooks are executed on a schedule by Github Actions pipeline to scrape new data
  • This pipeline also commits back new data to this repository

Development

  • Tools: Python3, Jupyter, Pandas, BeautifulSoup and related stuff (e.g. Selenium for web-scraping). It is recommended to start the development environment with this docker image, which is also used for the Github Actions build pipeline.
docker run  -p 8888:8888 -it -v $PWD:/stats -w /stats alext234/datascience:latest  bash 
pip install -r requirements.txt
  • Start Jupyter notebook from inside the container and then visit the browser at http://localhost:8888
jupyter notebook --allow-root --ip=0.0.0.0

Contributions

  • Feel free to create new issues for any potential data source worth scraping.
  • Pull requests are welcomed!

Repo status and stats

  • Stargazers

GitHub stars

  • Last update from pipeline

Last update

  • Pipeline status

Run notebooks and commit back data/charts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].