Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions akshare/stock/stock_info_em.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def stock_individual_info_em(
temp_df = temp_df[pd.notna(temp_df["index"])]
if "dlmkts" in temp_df.columns:
del temp_df["dlmkts"]
if "dsc" in temp_df.columns:
del temp_df["dsc"]
temp_df.columns = [
"item",
"value",
Expand Down