Commit f1b3f69d by Juan Pablo dure

reintento

1 parent 71859ea4
......@@ -40,7 +40,7 @@ class FosaDiaria():
archivo = self.BuscarExcelDescargado()
df = pd.read_excel(archivo)
print(df)
print(df.to_dict(index=False))
print(df.to_dict())
def BajarExcel(self,selenium):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!