Skip to content

Provides a pipeline to fetch data from the NYC Data Open site regarding yellow taxi rides during 2018 and to store the data in a local MySQL database

License

Notifications You must be signed in to change notification settings

esteban-mendoza/TaxiPipeline

Repository files navigation

NYC OpenData, 2018 Yellow Taxi Trip Data pipeline

This repository provides with a pipeline to:

  1. Programatically fetch data from 2018 Yellow Taxi Trip Data, with Query.py,
  2. Create a MySQL database in localhost to store information from 2018 Yellow Taxi Trip Data, with taxi.sql,
  3. Store the fetched data in the previous database, with Query.py,
  4. 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

About

Provides a pipeline to fetch data from the NYC Data Open site regarding yellow taxi rides during 2018 and to store the data in a local MySQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages