From 714a931a42621acf2254e4f3be9f286fc6fd85c8 Mon Sep 17 00:00:00 2001 From: Chane Lu <2522992009@qq.com> Date: Mon, 1 Jun 2026 15:57:27 +0800 Subject: [PATCH] fix: handle dsc field in stock_individual_info_em --- akshare/stock/stock_info_em.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/akshare/stock/stock_info_em.py b/akshare/stock/stock_info_em.py index d81e660a422..1b5fc241d4f 100644 --- a/akshare/stock/stock_info_em.py +++ b/akshare/stock/stock_info_em.py @@ -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",