Regresar print df

Regresar print df
This commit is contained in:
2024-08-05 11:57:48 -06:00
parent 34e1a9b78a
commit c964f31d92

3
app.py
View File

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