chore: update submodule

main
jackluson 2 years ago
parent 386c5cfb33
commit 381073fc19

@ -1 +1 @@
Subproject commit 3ccaffef16aa6f299141b296d22d246ae4764649
Subproject commit f7c8cd844f051e7ca8468dd351ef6c3d33aab837

@ -398,7 +398,7 @@ def get_special_fund_code_holder_stock_detail(each_statistic=None, quarter_index
df_a_list = pd.DataFrame(holder_stock_industry_list, columns=columns)
# print("df_a_list", df_a_list)
update_xlsx_file(path, df_a_list, sheet_name='十大持仓明细--' + quarter_index)
update_xlsx_file_with_insert(path, df_a_list, sheet_name=quarter_index)
def compare(item1, item2):
year1 = int(item1[0:4])

Loading…
Cancel
Save