Movie Dataset Rating
Latest Most Rated Movie Dataset- Play with data and have fun
@kaggle.ayushjain001_movie_dataset_rating
Latest Most Rated Movie Dataset- Play with data and have fun
@kaggle.ayushjain001_movie_dataset_rating
I have collected dataset from the website The Movie database through API and converted into csv file for further use of data.
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.
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.
What can be different ways you can use this dataset for. Think and try something new to have fun with data.
CREATE TABLE movie_dataset_latest (
"unnamed_0" BIGINT -- Unnamed: 0,
"id" BIGINT,
"title" VARCHAR,
"release_date" TIMESTAMP,
"overview" VARCHAR,
"popularity" DOUBLE,
"vote_average" DOUBLE,
"vote_count" BIGINT,
"video" BOOLEAN
);Anyone who has the link will be able to view this.