`json.loads` encoding chinese

前端 未结 0 625
陌清茗
陌清茗 2021-02-07 16:22

I got a dataframe with json string in a column. I used the following code to flatten it:

df = df.join(json_normalize(df["report_content"].apply(json.loads

相关标签:
回答
  • 消灭零回复
提交回复
热议问题