45 USD
0
73
Data retrieval via API and export to CSV
Python
Project for automatic data retrieval from an external API and saving the result in CSV.
Functionality:
- HTTP requests to the API;
- receiving JSON;
- data processing;
- export to CSV.
Used:
Python, Requests, Pandas.