All Projects → jeffcore → covid-19-usa-by-state

jeffcore / covid-19-usa-by-state

Licence: other
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to covid-19-usa-by-state

coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-62.86%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+22.86%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+34.29%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+6537.14%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (-34.29%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
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 (+31.43%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (-45.71%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+248.57%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+4405.71%)
Mutual labels:  deaths, coronavirus, covid-19, covid19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-42.86%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-68.57%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (+8.57%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+40%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+145.71%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+237.14%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid19
Covid19india React
Tracking the impact of COVID-19 in India
Stars: ✭ 6,847 (+19462.86%)
Mutual labels:  coronavirus, covid-19, covid19
COVID-19-CaseStudy-and-Predictions
This repository is a case study, analysis and visualization of COVID-19 Pandemic spread along with prediction models.
Stars: ✭ 90 (+157.14%)
Mutual labels:  coronavirus, covid-19, covid19
Cwa Server
Backend implementation for the Apple/Google exposure notification API.
Stars: ✭ 1,776 (+4974.29%)
Mutual labels:  coronavirus, covid-19, covid19
Covid19radar
Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code
Stars: ✭ 35 (+0%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
Corona Cli
🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). To chat: https://twitter.com/MrAhmadAwais/
Stars: ✭ 1,812 (+5077.14%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19

COVID-19

COVID-19 data USA by state and county by day. State data from Johns Hopkins https://coronavirus.jhu.edu . County Data from NYT https://github.com/nytimes/covid-19-data .

John Hopkins Data by State

The raw data from Johns Hopkins is organized by county, state, country and each day is a new file. This repo takes the
daily files and combines all the data into two csv files (confirmed cases and deaths). Daily data is cumulative counts, not new cases/deaths per day.

Rows: State Name
Columns: Date

NYT Data by County

The raw data from NYT is organized by daily rows of date, county, state, values. This repo takes the
daily data and combines all the data into two csv files (confirmed cases and deaths). Daily data is cumulative counts, not new cases/deaths per day.

Rows: FIPS, County, State
Columns: Date

Johns Hopkins provides a similar time-series by county in their repo.

Files

  1. COVID-19-Cases-USA-By-State.csv - CSV file of daily total confirmed cases in the USA by state - John Hopkins data
  2. COVID-19-Deaths-USA-By-State.csv - CSV file of and daily total confirmed deaths in the USA by state. - John Hopkins data
  3. COVID-19-Cases-USA-By-County.csv - CSV file of daily total confirmed cases in the USA by county - NYT data
  4. COVID-19-Deaths-USA-By-County.csv - CSV file of and daily total confirmed deaths in the USA by county - NYT data
  5. Process-Daily-Files.ipynb - python notebook for processing Johns Hopkins daily files into aggregated files.
  6. Process-NYT-File.ipynb - python notebook for processing NYT file into aggregated files.
  7. process-data.py - python script to automate downloading the daily files from github, processing and committing to this repo.
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].