Skip to content

Commit

Permalink
chore: update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
jackluson committed Sep 20, 2022
1 parent 386c5cf commit 381073f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion outcome
Submodule outcome updated 4303 files
2 changes: 1 addition & 1 deletion src/fund_statistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 381073f

Please sign in to comment.