klenwell / covid-19

Python command-line application to collect and analyze COVID-19 data.
0 stars 0 forks source link

Kent extract no longer pulling case data from NY Times. #67

Closed klenwell closed 2 years ago

klenwell commented 2 years ago

See note at top of NY Times Github repo:

UPDATE: County-level data for cases and deaths is now available in separate files for each year: us-counties-2020.csv, us-counties-2021.csv and us-counties-2022.csv. The existing us-counties.csv file will no longer be updated once it reaches the Github file size limit of 100MB.

The existing file must have reached 100 MB. Will need to refactor extract to use multiple files.

Trello Card: https://trello.com/c/gCeGHes7

klenwell commented 2 years ago

Resolved

Problem

See above.

Solution

Refactored extract to use new yearly csv files.