📜  将字典转换为数据框 python 代码示例

📅  最后修改于: 2022-03-11 14:46:29.733000             🧑  作者: Mango

代码示例3
#Lazy way to convert json dict to df

pd.DataFrame.from_dict(data, orient='index').T