datasets / covid-19

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

[optimization] Move longitude and latitude data to a separate CSV #1

Open mpolidori opened 4 years ago

mpolidori commented 4 years ago

As a user of the covid-19 data, I want the latitude and longitude data in a separate CSV file from the other data, so that it optimizes the use of the data by cutting down the file sizes, loading times, etc.

Acceptance criteria

mok0 commented 4 years ago

I agree, it is redundant to include the lat, lon coordinates of locations in every line of the .csv file.