From 381073fc1999c47f54d215518eae627440704206 Mon Sep 17 00:00:00 2001 From: jackluson <18219112108@163.com> Date: Tue, 20 Sep 2022 23:45:12 +0800 Subject: [PATCH] chore: update submodule --- outcome | 2 +- src/fund_statistic.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/outcome b/outcome index 3ccaffe..f7c8cd8 160000 --- a/outcome +++ b/outcome @@ -1 +1 @@ -Subproject commit 3ccaffef16aa6f299141b296d22d246ae4764649 +Subproject commit f7c8cd844f051e7ca8468dd351ef6c3d33aab837 diff --git a/src/fund_statistic.py b/src/fund_statistic.py index c2c536b..7800fe5 100644 --- a/src/fund_statistic.py +++ b/src/fund_statistic.py @@ -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])