赞
踩
读取excel的时候,需要将float转为str,代码如下:
float
str
country_df = pd.read_excel('data0818/A_DATA.xls', dtype=str) print(country_df.to_json(orient="records"))