怎么利用python把json文件转成dict文件,然后再转成dataframe文件?要详细过程

2025-04-13 06:57:57
推荐回答(1个)
回答1:

pandas 有个 read_json() 函数,可以将 json 直接转成 df ,然后你 df.to_excel() 即可