Преглед изворни кода

Regresar print df

Regresar print df
Alejandro Rosales пре 1 година
родитељ
комит
c964f31d92
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      app.py

+ 1 - 2
app.py

@@ -110,8 +110,7 @@ def extract(username: str, password: str):
         # Read the HTML table into a DataFrame
         df = pd.read_html(historial_html_io)[0]
         
-        print(df.head(1))
-        
+       
         if 'GRUPO' not in df.columns:
            raise KeyError("Column 'GRUPO' not found in the DataFrame")