Как импортировать файл JSON в Jupyter
Я пытаюсь импортировать файл JSON с веб-сайта Ford Go Bike, но не могу создать фрейм данных из:
{"last_updated": 1518154199, "ttl": 10, "data": {"en": {"feeds": [{"name": "station_status", "url": " https://gbfs.fordgobike.com/gbfs/en/station_status.json"}, {" name ":" system_alerts "," url ":" https://gbfs.fordgobike.com/gbfs/en/system_alerts.json"}, {" name ": "system_regions", "url": " https://gbfs.fordgobike.com/gbfs/en/system_regions.json"}, {"name": "station_information", "url": " https://gbfs.fordgobike.com/gbfs/en/station_information.json"}, {" name ":" system_information "," url ":" https://gbfs.fordgobike.com/gbfs/en/system_information.json"}]}} }
Возможно ли или я должен использовать конвертировать JSON в CSV?