Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 564 Bytes

Youtube-API Analysis

Data analysis on Youtube channels (data analyst/data science channels)

Aims and objectives

  1. Getting to know Youtube API and how to obtain video data.
  2. Analyzing video data
  3. Across all the creators I take into consideration, how often do they upload new videos? On which month of the year?

Steps:

  1. Obtain video meta data via Youtube API for the top 10-15 channels in the data science niche
  2. Preprocessing of data
  3. conversion of strings to integers.
  4. creating data frame and barcharts.
  5. Saving the data to a csv format.