This project extracts data from a REST API, transforms and cleans it, and stores it in a PostgreSQL database using Python.
- Python
- Libraries:
requests
,pandas
,psycopg2
- PostgreSQL
- API: RapidAPI
- Data Quality: Cleaned data by handling missing values and duplicates.
- Automate data retrieval and insertion with scheduled tasks.
Thanks to RapidAPI for providing the API.