recompute
This commit is contained in:
@@ -6,7 +6,7 @@ import math
|
|||||||
|
|
||||||
curdir = os.getcwd()
|
curdir = os.getcwd()
|
||||||
path_delim = '/'
|
path_delim = '/'
|
||||||
df = pd.read_excel(curdir + path_delim + "data/data_25_09_2023_10_06.xlsx", sheet_name="data")
|
df = pd.read_excel(curdir + path_delim + "data/tests_30_10_2023_10_19.xlsx", sheet_name="data")
|
||||||
|
|
||||||
def parse(resultData, idx):
|
def parse(resultData, idx):
|
||||||
result = [line.strip() for line in resultData.split("\n") if "RESULT" in line and "REND" in line]
|
result = [line.strip() for line in resultData.split("\n") if "RESULT" in line and "REND" in line]
|
||||||
@@ -29,6 +29,6 @@ print(df)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
writer = pd.ExcelWriter(curdir + path_delim + "data/recompute3.xlsx", engine = 'openpyxl')
|
writer = pd.ExcelWriter(curdir + path_delim + "data/recompute7.xlsx", engine = 'openpyxl')
|
||||||
df.to_excel(writer, sheet_name = 'op', index=False)
|
df.to_excel(writer, sheet_name = 'op', index=False)
|
||||||
writer.close()
|
writer.close()
|
||||||
Reference in New Issue
Block a user