Modeling-ready COVID19 Cases and Deaths time-series dataset for Chicago, IL
This repository has a time-series of COVID19 Cases and Deaths in Chicago, starting 3/24/2020 . Data is maintained as a modeling-ready time-series and is scraped from: https://www.chicago.gov/city/en/sites/covid-19/home/latest-data.html
import pandas as pd
ChicagoData = pd.read_csv('https://raw.githubusercontent.com/menonpg/covid19_Chicago/master/timeSeries_COVID19_Chicago.csv')
, engine='python')
or , encoding="cp1252")
arguments to the pd.read.csv function in the event of utf-8 related errorsEmail me at prahlad.menon@quant.md to be subscribed to my automated daily email bot summarizing stats and WHO situation reports for your country and state (if in the US).
This repository is no longer being updated.