From fe5ffc55b8b4da9feeb266e56bd4aa7735eec857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1=C4=8Dek?= Date: Wed, 14 Dec 2022 13:06:43 +0100 Subject: [PATCH] cleanup --- main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.py b/main.py index 7ce32f7..bcf9ad7 100644 --- a/main.py +++ b/main.py @@ -19,12 +19,6 @@ ver = "0.4.5" outvar = {} -""" -def merge(): - interesting_files = glob.glob("./output/*.csv") - df = pd.concat((pd.read_csv(f, header = 0) for f in interesting_files)) - df.to_csv("./output/global_output.csv",index=False,index_label=None,columns=None) -""" def updateapp(): print("Updating app")