You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the covid_dge_data = CovidMX().get_data() line, but it get the runtime error Cannot read the data. Also get the following: URLError: <urlopen error [Errno 60] Operation timed out>.
I've failed to pull request at the dge.py file to change the URL_DESCRIPTION and URL_HISTORICALfor the updated ones:
I'm trying to run the
covid_dge_data = CovidMX().get_data()
line, but it get the runtime errorCannot read the data
. Also get the following:URLError: <urlopen error [Errno 60] Operation timed out>.
I've failed to pull request at the dge.py file to change the
URL_DESCRIPTION
andURL_HISTORICAL
for the updated ones:URL_DESCRIPTION = 'http://epidemiologia.salud.gob.mx/gobmx/salud/datos_abiertos/diccionario_datos_covid19.zip' URL_HISTORICAL = 'http://epidemiologia.salud.gob.mx/gobmx/salud/datos_abiertos/datos_abiertos_covid19.zip'
The text was updated successfully, but these errors were encountered: