python访问post请求接口,将请求结果的数据部分转成DataFrame
python访问post请求接口,将请求结果的数据部分转成DataFrame直接运行脚本可访问,代码如下:import requestsimport jsonimport pandas as pdurl='http://xxxxx/xx/xx/xx'headers = {"Content-Type":"application/json"}data = {"start":"2018-...