IMDB Series Dataset
IMDB Top Series dataset containing Title, Rating, Directors, Year, Duration andV
@kaggle.s4lman_imdb_series_dataset
IMDB Top Series dataset containing Title, Rating, Directors, Year, Duration andV
@kaggle.s4lman_imdb_series_dataset
This dataset contains over 8,000 rows of IMDB series data. Each row contains a Title, Genre, Director, etc.
This dataset can be used to analyze the series' popularity according to the director and people's votes and many more metrics can be used to analyze this dataset to find useful information in order to find similarity.
CREATE TABLE imdb_series (
"ranking" DOUBLE,
"title" VARCHAR,
"year" VARCHAR,
"duration" VARCHAR,
"genre" VARCHAR,
"rating" DOUBLE,
"directors" VARCHAR,
"votes" DOUBLE
);Anyone who has the link will be able to view this.