Skip to content

Commit

Permalink
remove ArticleTag from contents sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
allenyllee committed Sep 15, 2023
1 parent 24ade50 commit 6dcb1bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataTag_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,8 @@ def merge(x, y):
########## extract content ##########
drop_columns_list = reorder_column(columns_list, "Summary", np.inf)
drop_columns_list = reorder_column(drop_columns_list, "TermTab", np.inf)
if df_article_tag is not None:
drop_columns_list = reorder_column(drop_columns_list, "ArticleTag", np.inf)
print(drop_columns_list)

## explicit copy to avoid SettingWithCopyWarning warning
Expand Down

0 comments on commit 6dcb1bd

Please sign in to comment.