Skip to content

rifkyiqbal52/data-analytics-sql-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Analytics Practice

NYC Taxi Data Analysis with SQL (BigQuery and Colab)

This is my SQL training repository!
This project explores the NYC Yellow Taxi Trips 2022 dataset using SQL queries on Google Colab.
The goal is to gain insights from real-world transportation data while strengthening my SQL skills.


Dataset

  • Source: bigquery-public-data.new_york_taxi_trips.tlc_yellow_trips_2022
  • Size: ~500+ million records
  • Fields: pickup & dropoff time/location, fare, tips, distance, payment type, etc.

πŸ“Œ Key Questions Answered

Here are some of the data questions I answered using SQL:

  1. What is the average tip given by passengers during the year 2022?
  2. In which month was the average total_amount the highest in 2022?
  3. Display the top 5 vendors (based on vendor_id) with the highest average tip_amount.
  4. How many trips occurred in December 2022?
  5. Show the top 10 most frequently used pickup_location_ids. ...and many more. βœ…

All queries can be found in the queries/ folder.

About

Here, I am undergoing data analysis training using a public dataset from Google BigQuery and performing basic SQL queries in Google Colab.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors