cleanup
This commit is contained in:
6
main.py
6
main.py
@@ -19,12 +19,6 @@ ver = "0.4.5"
|
|||||||
|
|
||||||
outvar = {}
|
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():
|
def updateapp():
|
||||||
print("Updating app")
|
print("Updating app")
|
||||||
|
|||||||
Reference in New Issue
Block a user