Baselight

Most Watched Netflix Original Shows (TV Time)

This file contains the list of most watched Netflix original shows

@kaggle.jatinthakur706_most_watched_netflix_original_shows_tv_time

Loading...
Loading...

About this Dataset

Most Watched Netflix Original Shows (TV Time)

This file consists of data from Imdb stating the most watched Netflix original shows globally. This contains columns which tells us the timing of the each episode or in total, rating, genre and number of votes given to each of them.

Tables

Imdb

@kaggle.jatinthakur706_most_watched_netflix_original_shows_tv_time.imdb
  • 8.3 KB
  • 80 rows
  • 7 columns
Loading...

CREATE TABLE imdb (
  "lister_item_index" DOUBLE,
  "lister_item_header" VARCHAR,
  "certificate" VARCHAR,
  "runtime" VARCHAR,
  "genre" VARCHAR,
  "rating" DOUBLE,
  "votes" BIGINT
);

Share link

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