要通过Pandas读取JSON文件,我们可以使用read_JSON方法。 df = pd.read_json('data/simple.json') ... data = json.loads(f.read()) 使用python json模块加载数据。
確定! 回上一頁