Python: Retrieve Data from API using Requests | JSON to pandas data frame with nested lists || 05

preview_player
Показать описание
In this video we learn how to retrieve data from API using Python Requests.

- Example 1: Retrieve Supply Chain Shipment Pricing Data from USAID - Supply Chain Shipment Pricing Data

- Example 2: Retrieve nested data from Socrata - Simple Filtering

We retrieve and convert the data to pandas data frame.
The second example consists in a retrieved nested list.

We use Requests to get the data in **json** format.

Рекомендации по теме
Комментарии
Автор

Hi there. I'm using the record_path and meta method to extract data from an API with multiple nested values, but I can't figure out how to extract values from 1 level, go back and retrieve more data from another level.

ammichalzeszen
Автор

Hey,
Mine is nested json needs 2col and store it in dataframe .how to break this nested json i follow ur video till head and tail its works but my json type is dict. So next part not working .can you help me on this

insane