AzulGarza / covidmx

Python API to get information about COVID-19 in México.
MIT License
19 stars 7 forks source link

ENH: save database read from DGE and its cleaned version #18

Closed garciaguevara closed 4 years ago

garciaguevara commented 4 years ago

It will save 2 copies of database zip file in the data_path. One zip file is named with a day stamp to keep an historical archive the other is the one is used by default.

If the clean flag is used it will also save the cleaned csv database.

Everyday if you want to update the database we only need to delete the default zipfile and cleaned database.