Commit b62a0426 authored by rico.liu's avatar rico.liu

update

parent a9847ef8
...@@ -635,7 +635,7 @@ def save_collect_data_info(path,std_value_dict): ...@@ -635,7 +635,7 @@ def save_collect_data_info(path,std_value_dict):
cat_df = pd.read_excel(path,sheetname = key) cat_df = pd.read_excel(path,sheetname = key)
if category in point_category_list: if category in point_category_list:
cat_subtitle_list = db_params[db_params['name'] == category]['subtitle'].tolist()
for id_ in cat_df['id'].unique().tolist(): for id_ in cat_df['id'].unique().tolist():
#print(index_(counter, len(cat_df['id'].unique().tolist())-1), end='%') #print(index_(counter, len(cat_df['id'].unique().tolist())-1), end='%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment