我正在用下面的命令创建我的数据帧
getting data from url
...
devices = get_device_data.json()
device_data = devices["data"]
p_dev = pd.DataFrame(device_data)
谢谢
[
{
"id": 474378238
"account": "https: //www.****.com/api/v2/accounts/38021/",
"bsid": None,
"carrier": "BOB",
"carrier_id": "BOB BOB",
"channel": None,
"connection_state": "connected",
"gsn": "356853050758871",
"homecarrid": "BOB",
"hostname": "BOB1345345",
"is_asset": True,
"is_gps_supported": True,
"is_upgrade_available": False,
"is_upgrade_supported": True,
"ltebandwidth": "20 MHz",
"mac": None,
"serial": "356853050758871",
"service_type": "LTE",
"ssid": None,
"summary": "connected",
"txchannel": "19667",
"type": "mdm",
"uid": "f5a8da8f",
"updated_at": "2018-08-17T11:19:57.019938+00:00",
"uptime": 86412.8558200002,
},
{
"id": 5674657356
"account": "https: //www.****.com/api/v2/accounts/38021/",
"bsid": None,
"carrier": "BOB",
"carrier_id": "BOB BOB",
"channel": None,
"connection_state": "connected",
"gsn": "356853050758871",
"homecarrid": "BOB",
"hostname": "BOB10765",
"is_asset": True,
"is_gps_supported": True,
"is_upgrade_available": False,
"is_upgrade_supported": True,
"ltebandwidth": "20 MHz",
"mac": None,
"serial": "356853050758871",
"service_type": "LTE",
"ssid": None,
"summary": "connected",
"txchannel": "19667",
"type": "mdm",
"uid": "f5a8da8f",
"updated_at": "2018-08-17T11:19:57.019938+00:00",
"uptime": 86412.8558200002,
},
{
"id": 5674657465
"account": "https: //www.****.com/api/v2/accounts/38021/",
"bsid": None,
"carrier": "BOB",
"carrier_id": "BOB BOB",
"channel": None,
"connection_state": "connected",
"gsn": "356853050758871",
"homecarrid": "BOB",
"hostname": "BOB10453453",
"is_asset": True,
"is_gps_supported": True,
"is_upgrade_available": False,
"is_upgrade_supported": True,
"ltebandwidth": "20 MHz",
"mac": None,
"serial": "356853050758871",
"service_type": "LTE",
"ssid": None,
"summary": "connected",
"txchannel": "19667",
"type": "mdm",
"uid": "f5a8da8f",
"updated_at": "2018-08-17T11:19:57.019938+00:00",
"uptime": 86412.8558200002,
},
{
"id": 9756756756
"account": "https: //www.****.com/api/v2/accounts/38021/",
"bsid": None,
"carrier": "BOB",
"carrier_id": "BOB BOB",
"channel": None,
"connection_state": "connected",
"gsn": "356853050758871",
"homecarrid": "BOB",
"hostname": "BOB100133",
"is_asset": True,
"is_gps_supported": True,
"is_upgrade_available": False,
"is_upgrade_supported": True,
"ltebandwidth": "20 MHz",
"mac": None,
"serial": "356853050758871",
"service_type": "LTE",
"ssid": None,
"summary": "connected",
"txchannel": "19667",
"type": "mdm",
"uid": "f5a8da8f",
"updated_at": "2018-08-17T11:19:57.019938+00:00",
"uptime": 86412.8558200002,
},
]