OxCGRT / covid-policy-tracker

Systematic dataset of Covid-19 policy, from Oxford University
https://www.bsg.ox.ac.uk/covidtracker
Other
765 stars 434 forks source link

Save data as .parquet files #120

Open seanyboi opened 2 years ago

seanyboi commented 2 years ago

Hey there,

As the data files are huge I think every developer would benefit from the files being saved as .parquet files too. Loading .parquet files into dataframes in python for analysis instead of .csv is a lot quicker.

Thanks!