CloudChaoszero / Youtube-TrendsNMore

An analysis on Youtube trends and other miscellaneous information. The Dataset was provided by Kaggle user Mitchell J, here https://www.kaggle.com/datasnaek/youtube-new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trending Youtube Statistics: An Analysis

Youtube Gold Play Button

1.0 Introduction

1/8/18 (Completion Date: 1/20/18])

Welcome,

Starting off the year, I thought I should develop a project soley based on descriptive statistics and data wrangling performance. You can find the Data Wrangling in the Data Inspection folder, and analysis in the...Analysis Folder.

However, this still is an analysis on both Youtube statistics and other miscellaneous Youtube information.

The Dataset was provided by Kaggle user Mitchell J, here https://www.kaggle.com/datasnaek/youtube-new Thank you Mitchell J.

The objective of this project is to determine

From the list of trending videos that occured from November 2017-January 2018,

What are the top 10 trending

  1. Youtube videos

  2. Categories

  3. Youtube Channels

based on user view counts

Question # 2 From the top videos, categories, and Youtube channels, what countries dominate those spaces?

Question # 3 Lastly, for these topics, what were the most disliked, liked, and ratio of likes?

From this analysis, we can distinguish what types of topics trending during the winter, and some of their characteristics.

2.0 Summary

2.1 Data Cleaning

2.2 Findings

2.3 Conclusions

3.0 Table of Contents

  1. Analysis

  2. Data

  3. Data Inspection

  4. Resources

  5. Read Me

Within the Analysis Folder, you can find a HTML document containing my summary of my analysis.

Enjoy!

4.0 Data Dictionary

Data Dictionary was provided by Kaggle user. This guy is awesome!

  1. video_id

  2. trending_date

  3. title

  4. channel_title

  5. category_id

6.publish_time

7.tags

8.views

9.likes

10.dislikes

11.comment_count

  1. thumbnail_link

  2. comments_disabled

14.ratings_disabled

15.video_error_or_removed: If this is true, it means that the video was removed by the user, or some unspecified error occurred during collection

  1. description

  2. Country

  3. category_name

Let me know if you have any questions on Linkedin!

About

An analysis on Youtube trends and other miscellaneous information. The Dataset was provided by Kaggle user Mitchell J, here https://www.kaggle.com/datasnaek/youtube-new


Languages

Language:Jupyter Notebook 61.7%Language:HTML 38.0%Language:Python 0.3%