This project demonstrates how to interact with a public REST API, parse JSON responses, and perform data analysis using Python.
Originally developed as part of coursework, this repository showcases:
- REST API interaction using requests
- JSON parsing and DataFrame construction
- Pagination handling
- Data cleaning and aggregation with pandas
- Basic data analysis and visualization
The focus is on building an end to end data ingestion and analysis workflow.