50,000 IMDB TV And Web Series
Top 50,000 IMDB TV and Web series based on popularity
@kaggle.muralidharbhusal_50000_imdb_tv_and_web_series
Top 50,000 IMDB TV and Web series based on popularity
@kaggle.muralidharbhusal_50000_imdb_tv_and_web_series
Scrapped from IMDb, the dataset is a collection of top 50,000 TV shows worldwide based on their popularity.
The data contains 7 columns and 50,000 rows.
One of the most popular use of this dataset can be to create recommendation systems. The series can be categorized based on cast of your choice, rating and the type of genre you are into among others.
The dataset is prepared by scraping the IMDb's website but is not endorsed by IMDb.
CREATE TABLE tv_series (
"series_title" VARCHAR,
"release_year" VARCHAR,
"runtime" VARCHAR,
"genre" VARCHAR,
"rating" VARCHAR,
"cast" VARCHAR,
"synopsis" VARCHAR
);
Anyone who has the link will be able to view this.