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
Cuando corro el método comparar con una lista finita de emisoras datos.comparar('resultados', '2020-03-31', acciones = ['ac','autlan'], usd_a_mxn=True), genera el siguiente error KeyError: "None of [Index(['CEMEX', 'GISSA', 'IENOVA', 'PE&OLES', 'VISTA'], dtype='object')] are in the [columns]".
Cuando el método lo ejecuto usando todas las emisoras datos.comparar('resultados', '2020-03-31', usd_a_mxn=True)
trabaja muy bien.
The text was updated successfully, but these errors were encountered:
Cuando corro el método
comparar
con una lista finita de emisorasdatos.comparar('resultados', '2020-03-31', acciones = ['ac','autlan'], usd_a_mxn=True)
, genera el siguiente errorKeyError: "None of [Index(['CEMEX', 'GISSA', 'IENOVA', 'PE&OLES', 'VISTA'], dtype='object')] are in the [columns]"
.Cuando el método lo ejecuto usando todas las emisoras
datos.comparar('resultados', '2020-03-31', usd_a_mxn=True)
trabaja muy bien.
The text was updated successfully, but these errors were encountered: