This project analyzes the YouTube trending video dataset using R. It demonstrates various data analysis and visualization techniques to uncover trends and insights about the most popular videos on YouTube.
This project uses the YouTube trending video dataset to analyze video trends and patterns using R.
The dataset is available on Kaggle:
https://www.kaggle.com/datasets/datasnaek/youtube-new
- Data cleaning, preprocessing, and visualization.
- Libraries used:
ggplot2
,dplyr
, etc.