datasets / covid-19

Novel Coronavirus 2019 time series data on cases
https://datahub.io/core/covid-19
1.16k stars 604 forks source link

Files are getting dangerously close to the file size limit of 100MB set on GitHub #103

Closed sglavoie closed 3 years ago

sglavoie commented 3 years ago

When I work with this repository, I want to be able to keep updating it for as long as necessary without reaching the 100MB/file limit so I can keep getting valuable information out of the generated data.

Acceptance

Tasks

Analysis

It is suboptimal to copy and paste the same data points over and over again, especially given the fact that they are not expected to change. Only variable data should appear in the CSV files that are used to display graphs on datahub.io. The rest belongs in other less sensitive files. This will take a lot less space that way.

sglavoie commented 3 years ago

FIXED: Closing, this issue was taken care of in commit adc88e327e01d1bafff75c61eee2759e4445dd20.