【发布时间】:2017-08-02 18:09:54
【问题描述】:
我有以下熊猫数据框:
Data
0 {'high': 630.99, 'low': 596.57, 'open': 624.79...
1 {'high': 612.55, 'low': 607.06, 'open': 608.52...
2 {'high': 612.40, 'low': 605.92, 'open': 608.23...
...
如何将其转换为如下数据框:
high low open ...
0 630.99 596.57 624.79 ...
1 612.55 607.06 608.52 ...
2 612.40 605.92 608.23 ...
【问题讨论】:
-
您的问题是什么?你试过什么?
标签: python pandas dictionary dataframe python-3.5