IMDB TV Series Dataset
IMDB Top 2000 TV Series according to Number of Votes
@kaggle.harshitshankhdhar_tv_series_dataset
IMDB Top 2000 TV Series according to Number of Votes
@kaggle.harshitshankhdhar_tv_series_dataset
CREATE TABLE series_data (
"poster_link" VARCHAR,
"series_title" VARCHAR,
"runtime_of_series" VARCHAR,
"certificate" VARCHAR,
"runtime_of_episodes" VARCHAR,
"genre" VARCHAR,
"imdb_rating" DOUBLE,
"overview" VARCHAR,
"star1" VARCHAR,
"star2" VARCHAR,
"star3" VARCHAR,
"star4" VARCHAR,
"no_of_votes" BIGINT
);
Anyone who has the link will be able to view this.