如何将以下json数据转换为dataFrame?

时间:2019-03-21 17:16:47

标签: python pandas dataframe

JSON文件如下所示:

{
  "mgch_7": {
    "plot": {
      "ra": {
        [
          1547551080000,
          24
        ],
        [
          1547551140000,
          24
        ],
        [
          1547551200000,
          24
        ],
        [
          1547551260000,
          24
        ]
      ]
    },
    "user": {},
    "maintainance": {}
  }
}

在DataFrame中,我需要两列,例如:一列为1547551080000,第二列为24。

0 个答案:

没有答案