From 183cecf792607244cc041806f52349951bccdf4c Mon Sep 17 00:00:00 2001 From: simone Date: Wed, 4 Sep 2024 23:11:46 +0200 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fae9d38..65c75af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ beautifulsoup pandas loguru tqdm -requests \ No newline at end of file +requests +xlsxwriter From 65899fb2d5e0ead9f3d226ca06e112eb4f5733fc Mon Sep 17 00:00:00 2001 From: simone Date: Wed, 4 Sep 2024 23:12:22 +0200 Subject: [PATCH 2/2] Update Fantacalcio.py --- Fantacalcio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fantacalcio.py b/Fantacalcio.py index 56da191..6247335 100644 --- a/Fantacalcio.py +++ b/Fantacalcio.py @@ -276,5 +276,5 @@ def appetibilita(df: pd.DataFrame) -> float: df.sort_values(by="Convenienza", ascending=False) # df.to_csv("giocatori_appet.csv", index=False) - df.to_excel("giocatori_excel.xls") - logger.debug("Finito!") \ No newline at end of file + df.to_excel("giocatori_excel.xlsx") + logger.debug("Finito!")