Challenge based on the my learning on HTTP Requests, Pandas DataFrames and MySQL (ETL process).
The challenge passed was the following: Collect the data from https://reqres.in/api/products and from the key "data" save in a MySQL table (id,name,year and color).
In this Repository you will find the virtual enviroment utilyzed with this project/challenge and a Jupyter notebook where the project is performed.