项目作者: menonpg

项目描述 :
Modeling-ready COVID19 Cases and Deaths time-series dataset for Chicago, IL
高级语言:
项目地址: git://github.com/menonpg/COVID19_Chicago.git
创建时间: 2020-04-07T16:44:50Z
项目社区:https://github.com/menonpg/COVID19_Chicago

开源协议:GNU General Public License v3.0

下载


Modeling-ready COVID19 time-series data 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

Download to your Python script as follows:

  • import pandas as pd
  • ChicagoData = pd.read_csv('https://raw.githubusercontent.com/menonpg/covid19_Chicago/master/timeSeries_COVID19_Chicago.csv')
  • Consider adding the , engine='python') or , encoding="cp1252") arguments to the pd.read.csv function in the event of utf-8 related errors
    Also see: https://quantmd.shinyapps.io/visualizeCorona/ ; A COVID19 tracker app mashes datasets from a few different sources, allows interactive pairwise comparison of trends from different countries, etc..

Email 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).

covid19news #covid19us #coronavirus

This repository is no longer being updated.