This repository provides with a pipeline to:
- Programatically fetch data from 2018 Yellow Taxi Trip Data, with Query.py,
- Create a MySQL database in localhost to store information from 2018 Yellow Taxi Trip Data, with taxi.sql,
- Store the fetched data in the previous database, with Query.py,
- Run three queries that provide insights about the database regarding the distribution of revenue of the taxi rides amongst the hours of the day.
Author: Jorge Esteban Mendoza Ortiz