Baselight

CNN YouTube: Titles, Views & Posting Dates Dataset

Exposing CNN by exploring their YouTube channel.

@kaggle.ibrahimonmars_cnn_youtube_titles_views_and_posting_dates

Loading...
Loading...

About this Dataset

CNN YouTube: Titles, Views & Posting Dates Dataset

This dataset was scrapped using one of the python modules called "SiteScraper".
The "SiteScraper" module is build on top of selenium.
Here is the link to the module : https://github.com/ibrahim-string/SiteScraper

Text summarisation can be done on titles and correlation between views and titles can be explored using this dataset.

This dataset will be very usefull To find out what kind of content democrats watch.

This dataset will be updated every week.

Tables

Cleaned Cnn

@kaggle.ibrahimonmars_cnn_youtube_titles_views_and_posting_dates.cleaned_cnn
  • 25.61 KB
  • 427 rows
  • 3 columns
Loading...

CREATE TABLE cleaned_cnn (
  "title" VARCHAR,
  "views_on_vd" DOUBLE,
  "time_in_minutes" BIGINT
);

Cleaned Cnn Week1

@kaggle.ibrahimonmars_cnn_youtube_titles_views_and_posting_dates.cleaned_cnn_week1
  • 24.98 KB
  • 427 rows
  • 3 columns
Loading...

CREATE TABLE cleaned_cnn_week1 (
  "title" VARCHAR,
  "views_on_vd" VARCHAR,
  "time_in_minutes" BIGINT
);

Uncleaned Cnn

@kaggle.ibrahimonmars_cnn_youtube_titles_views_and_posting_dates.uncleaned_cnn
  • 25.45 KB
  • 428 rows
  • 3 columns
Loading...

CREATE TABLE uncleaned_cnn (
  "title" VARCHAR,
  "views" VARCHAR,
  "when" VARCHAR
);

Uncleaned Cnn1

@kaggle.ibrahimonmars_cnn_youtube_titles_views_and_posting_dates.uncleaned_cnn1
  • 17.55 KB
  • 263 rows
  • 3 columns
Loading...

CREATE TABLE uncleaned_cnn1 (
  "title" VARCHAR,
  "views" VARCHAR,
  "when" VARCHAR
);

Uncleaned Cnn Week1

@kaggle.ibrahimonmars_cnn_youtube_titles_views_and_posting_dates.uncleaned_cnn_week1
  • 25.22 KB
  • 428 rows
  • 3 columns
Loading...

CREATE TABLE uncleaned_cnn_week1 (
  "title" VARCHAR,
  "views" VARCHAR,
  "when" VARCHAR
);

Share link

Anyone who has the link will be able to view this.