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
This data is scraped from IMDB site according to the number of votes they get on IMDB.
It contains 2000 rows and 13 columns.
Data:-
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.