ValueError: arrays must all be same length - Parse the JSON into Pandas DataFrame

后端 未结 0 998
逝去的感伤
逝去的感伤 2020-12-31 13:10
import requests
import json
import pandas as pd

data = requests.get("https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson")

json_data = data.j         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题