Getting JSON data from API and Storing in Pandas DataFrame (+ CSV)

preview_player
Показать описание
In this video, we can see how simple it is to get the data from the APIs in python. Also, how we can store that JSON data in Pandas DataFrame.

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

Why do you make 2 different dataframes? (one for csv and one for the info coming directly from API) Would both of the dataframes automatically sync if API information gets updated?

YunaChoi
Автор

File in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None

JSONDecodeError: Expecting value

alexbaverstock