This commit is contained in:
2022-12-14 13:06:43 +01:00
parent 149ab17d83
commit fe5ffc55b8

View File

@@ -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")