https://github.com/singhs05/global-youtube-trends
Understand the impact of Likes, comments, dislikes on the video consumption for the videos that were trending.
https://github.com/singhs05/global-youtube-trends
data-analysis mssqlserver query sql
Last synced: 4 months ago
JSON representation
Understand the impact of Likes, comments, dislikes on the video consumption for the videos that were trending.
- Host: GitHub
- URL: https://github.com/singhs05/global-youtube-trends
- Owner: SinghS05
- Created: 2023-09-28T04:57:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T01:41:51.000Z (over 2 years ago)
- Last Synced: 2025-01-18T13:55:22.573Z (over 1 year ago)
- Topics: data-analysis, mssqlserver, query, sql
- Homepage:
- Size: 686 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global-YouTube-Trends
Background story:
YouTube is the world's largest video streaming platform, where billions of videos are consumed daily across the world. YouTube is planning to increase video views by optimizing trending duration across the globe. The Head of Product – trending videos, after his meeting with senior level executives, had a task for his team. YouTube wanted to understand the impact of Likes, comments, dislikes on the video consumption for the videos that were trending. The head of product has assigned the task to your manager, and the manager has assigned the task to you with the brief and business problem.
Business Problem:
YouTube’s trending videos vary by location across the world. The impact of likes, dislikes, comments may differ based on the countries. The demographics of countries itself is a big factor in the way videos are consumed in various countries. The videos can be trending if video views are above a certain level. Your manager wants to present an analysis on how average trending periods of videos vary across countries. How the likes, dislikes, comments impact the duration of trending videos. Your manager has also asked for some interesting insights from the data which could be done through exploratory data analysis.
Dataset concept:
There are 3 tables available for the analysis
YT_trending_videos:
This table has video level information along with dates on which videos were trending along with metrics such as comments, likes, views, etc.
YT_channel_map:
This table has channel_id mapping with the channel title which is also interpreted as channel name
YT_category_map:
This table has category_id mapping. The videos on YouTube are mapped to a category based on the type of video such as Movie, trailer, animation, etc.