Baselight

MOVIES DATASET FOR FEATURE EXTRACION ,PREDICTION

FEATURE EXTRACTION , EDA , RECOMMENDATION SYSTEM , PREDICT GENRE

@kaggle.bharatnatrayn_movies_dataset_for_feature_extracion_prediction

Loading...
Loading...

About this Dataset

MOVIES DATASET FOR FEATURE EXTRACION ,PREDICTION

Context

The data is succesfully scrapped from imdb top netflix movies and tvshows.This dataset need clever programming knowledge for feature extraction also you can build a RECOMMENDATION system either GENRE prediction model

Content

The dataset contain more than 9 columns desrcibe the data pattern .I scrap the data from imdb web site using beautifulsoup.it takes a day to learn i am begginer even to data science but i learned quickly web scrapping with advanced python.Through this process i gained lot and also i suggest the data featuring part of this project takes time

Acknowledgements

Definitely the data collection is possible only with help of online stackoverflow and kaggle data science community

Inspiration

Create genre prediction model?,

Tables

Movies

@kaggle.bharatnatrayn_movies_dataset_for_feature_extracion_prediction.movies
  • 1.51 MB
  • 9999 rows
  • 9 columns
Loading...

CREATE TABLE movies (
  "movies" VARCHAR,
  "year" VARCHAR,
  "genre" VARCHAR,
  "rating" DOUBLE,
  "one_line" VARCHAR,
  "stars" VARCHAR,
  "votes" DOUBLE,
  "runtime" DOUBLE,
  "gross" VARCHAR
);

Share link

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