标签: python pandas
我尝试用json数据读取一个url但返回
ValueError:如果使用所有标量值,则必须传递索引
如何消除错误? 我的代码是
url = 'https://api.iextrading.com/1.0/stock/aapl/stats' data = pd.read_json(url)