nytimes / covid-19-data

A repository of data on coronavirus cases and deaths in the U.S.
https://www.nytimes.com/interactive/2020/us/coronavirus-us-cases.html
Other
6.99k stars 3.46k forks source link

Data Issue: The most recent data in us-counties.csv is for 1-Mar-2022. #659

Closed SomervilleTom closed 2 years ago

SomervilleTom commented 2 years ago

Describe the issue:

No us-counties.csv data after 1-Mar-2022

Fuller details

Although the status says that us-counties.csv was updated 13 hours ago, it has no data after 1-Mar-2022.

Have the daily updates stopped?

albertsun commented 2 years ago

Hi @SomervilleTom I just checked that data file and I see data through 2022-03-03 as expected. Is it possible that you have not pulled down the latest version of the file or that whatever program you are using to open it has run into a row limit that is cutting off the end of the file?

SomervilleTom commented 2 years ago

Interesting. It does look fine now.

I attempted the download today, Here is an excerpt from the log:

--2022-03-04 12:17:15--  https://github.com/nytimes/covid-19-data/archive/master.zip
Resolving github.com (github.com)... 140.82.114.4
Connecting to github.com (github.com)|140.82.114.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/nytimes/covid-19-data/zip/refs/heads/master [following]
--2022-03-04 12:17:15--  https://codeload.github.com/nytimes/covid-19-data/zip/refs/heads/master
Resolving codeload.github.com (codeload.github.com)... 140.82.113.9
Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘master.zip’

I appreciate the response, and I'll try the download again.

SomervilleTom commented 2 years ago

It appears that a stale copy of master.zip (from an earlier failure caused by an unrelated issue) confused the ingestor code on my end. All seems well now.

I apologize for the false alarm.

tiffehr commented 2 years ago

@SomervilleTom Thanks for checking! We've been there, too. 😄