empesamos a renegar con el procesamiento de datos
Showing
1 changed file
with
1 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -40,6 +40,7 @@ class FosaDiaria(): |
archivo = self.BuscarExcelDescargado() | ||
df = pd.read_excel(archivo) | ||
print(df) | ||
print(df.to_dict(index=False)) | ||
def BajarExcel(self,selenium): | ||
... | ... |