An open API service indexing awesome lists of open source software.

https://github.com/venugopal9578/youtube-trending-sql-analysis

SQL project analyzing YouTube trending videos in India using Google BigQuery. Includes ranking, aggregation, and channel performance analysis with visuals.
https://github.com/venugopal9578/youtube-trending-sql-analysis

analytics bigquery dataanalysis freelance portfolio sql youtube

Last synced: about 1 month ago
JSON representation

SQL project analyzing YouTube trending videos in India using Google BigQuery. Includes ranking, aggregation, and channel performance analysis with visuals.

Awesome Lists containing this project

README

          

# ๐Ÿ“Š YouTube Trending Videos Analysis using BigQuery

## ๐Ÿ“Œ Overview
This project analyzes trending YouTube videos in India using real-world data. The dataset was uploaded to Google BigQuery and explored using standard and advanced SQL techniques such as aggregation, filtering, and window functions.

---

## ๐ŸŽฏ Objectives
- Identify the top most-viewed videos
- Find which channels appear most frequently in trending
- Analyze audience engagement (likes) by category
- Use SQL `RANK()` to rank top-performing content

---

## ๐Ÿ“ Dataset
- Source: [YouTube Trending Videos Dataset (INvideos.csv)](https://www.kaggle.com/datasets/datasnaek/youtube-new)
- Table Name: `trending_videos`
- Upload Format: CSV to BigQuery

---

## ๐Ÿงช Tools Used
- Google BigQuery
- Standard SQL
- Kaggle for source data

---

## ๐Ÿ” SQL Tasks

### โœ… Task 1: Top 10 Most Viewed Videos
![Top 10 Most Viewed Videos](./top10_videos.png)

### โœ… Task 2: Channels with Most Trending Videos
![Most Trending Channels](./top_channels.png)

### โœ… Task 3: Average Likes by Category
![Average Likes by Category](./avg_likes_by_category.png)

### โœ… Task 4: RANK() Over Views
![RANK Function - Top Videos](./view_rank.png)

---

## ๐Ÿ“„ Files Included
- `queries.sql` โ€“ Contains all SQL queries used in the analysis
- `top10_videos.png` โ€“ Result from Task 1
- `top_channels.png` โ€“ Result from Task 2
- `avg_likes_by_category.png` โ€“ Result from Task 3
- `view_rank.png` โ€“ Result from Task 4

---

## ๐Ÿ‘จโ€๐Ÿ’ป Author

**Venu Gopal**
๐Ÿ“ง venugopalk9578@gmail.com
๐Ÿ”— [LinkedIn](https://www.linkedin.com/in/venugopal9578)

---

> โœ… This project was completed independently as part of my freelancing portfolio to demonstrate BigQuery and SQL proficiency.