From 0bb596378f8b3e38f871d3ab1acfb97b7f752856 Mon Sep 17 00:00:00 2001 From: Kablersalat Date: Mon, 10 Feb 2025 07:16:48 +0100 Subject: more typos --- rdb-to-sheets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdb-to-sheets.py b/rdb-to-sheets.py index e3c365b..d98da5f 100644 --- a/rdb-to-sheets.py +++ b/rdb-to-sheets.py @@ -159,7 +159,7 @@ with pd.ExcelWriter(output_path) as writer: }.items(): df = pd.DataFrame(data) if "TNs" in df.columns: - df = df.drop(columns=["TNs"]) # Remove TNs column if present for some reason + df = df.drop(columns=["TNs"]) # Remove TNs column if present for some reason doesnt work with MS Excel doe df.to_excel(writer, sheet_name=sheet_name, index=False) print("Processing complete. Output saved to", output_path) -- cgit v1.2.3-70-g09d2