Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ data = defaultdict(dict)
|
|
19 |
for settings in CONFIG['settings']:
|
20 |
for type in CONFIG['types']:
|
21 |
# 根据配置文件中的路径读取数据
|
22 |
-
data[settings][type] = pd.read_excel('data
|
23 |
|
24 |
# 添加平均分列
|
25 |
for settings in CONFIG['settings']:
|
|
|
19 |
for settings in CONFIG['settings']:
|
20 |
for type in CONFIG['types']:
|
21 |
# 根据配置文件中的路径读取数据
|
22 |
+
data[settings][type] = pd.read_excel('data/'+CONFIG["settings_mapping"][settings] + f"-{type}.xlsx")
|
23 |
|
24 |
# 添加平均分列
|
25 |
for settings in CONFIG['settings']:
|