Skip to content

Commit

Permalink
update v1.0.17rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
tej87681088 authored Nov 29, 2023
1 parent 2df97ad commit 1792df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TejToolAPI/TejToolAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def get_history_data(ticker:list, columns:list = [], fin_type:list = ['A','Q','T
# Drop redundant columns of the merged table.
if require_annd:
history_data = history_data.drop(columns=[i for i in history_data.columns if i in para.drop_keys])

else:
history_data = history_data.drop(columns=[i for i in history_data.columns if i in para.drop_keys+['fin_date', 'mon_sales_date', 'share_date']])

Expand Down

0 comments on commit 1792df9

Please sign in to comment.