Skip to content

VKartik07/youtube-trending-videos-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube API Trending Analysis

About

This project contains the analysis of YouTube Trending Videos data. Analysis has been done to understand how different categories of videos, regions and the time of the day affects the likes, dislikes, comment count of different videos.

Methodology

  • Data_Extraction.ipynb - In this, I have extracted data from multiple file formats and have combined them into one csv file using python
  • Data_Insertion.ipynb - After the collection of data, it was transfered to SQL Server [RDBMS] with the help of Azure Data Studio.
  • Clean.sql - The data was cleaned using date-time manipulation and string transformation.
  • Analysis.sql - After cleaning of the data, data analysis was performed to solve the different problem statement.
  • The analysis has been visualized using Tableau - a business intelligence tool.

Tools and Languages Used

  • Python
  • SQL and SQL Server [RDBMS]
  • Azure Data Studio
  • Tableau

Links