Baselight

Movie Dataset Rating

Latest Most Rated Movie Dataset- Play with data and have fun

@kaggle.ayushjain001_movie_dataset_rating

About this Dataset

Movie Dataset Rating

Context

I have collected dataset from the website The Movie database through API and converted into csv file for further use of data.

Content

The dataset consist of movie data in order of top rated movies consisting of columns id, title , release date, overview , popularity, vote_average , vote_count , video columns. You can analyze this data and can produce valuable outcome out of it.

Acknowledgements

Seeing this community the way people help each other in solving doubts, future knowledge , career path and many thing boosted in me to contribute to the community.

Inspiration

What can be different ways you can use this dataset for. Think and try something new to have fun with data.

Tables

Movie Dataset Latest

@kaggle.ayushjain001_movie_dataset_rating.movie_dataset_latest
  • 2.12 MB
  • 9463 rows
  • 9 columns
Loading...

CREATE TABLE movie_dataset_latest (
  "unnamed_0" BIGINT,
  "id" BIGINT,
  "title" VARCHAR,
  "release_date" TIMESTAMP,
  "overview" VARCHAR,
  "popularity" DOUBLE,
  "vote_average" DOUBLE,
  "vote_count" BIGINT,
  "video" BOOLEAN
);