Movie Name And Review Data Set
Movie Name and Review Data set
@kaggle.meetnagadia_movie_rating
Movie Name and Review Data set
@kaggle.meetnagadia_movie_rating
This dataset contains :
CREATE TABLE movies (
"movieid" BIGINT,
"title" VARCHAR,
"genres" VARCHAR
);CREATE TABLE ratings (
"userid" BIGINT,
"movieid" BIGINT,
"rating" DOUBLE,
"timestamp" BIGINT
);Anyone who has the link will be able to view this.