AzulGarza / covidmx

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

Catalogos missing #8

Closed alanponce closed 4 years ago

alanponce commented 4 years ago

When I am calling this line

covid_dge_data = CovidMX().get_data()

I have this error:

"There is no item named 'Catalogos_0412.xlsx' in the archive"

AlexanderBV1 commented 4 years ago

image The name changed for files under the catalogue description. This can work as a quick fix in the meantime.

NVM, there were changed in the catalogue too. image

AzulGarza commented 4 years ago

Thank you for your comments! This is now fixed in the new version 0.2.5.

Updates.