MovieLens Dataset Rating
Dataset Rating for Movie Recommendation System
@kaggle.amirmotefaker_movielens_dataset_for_recommendation_system
Dataset Rating for Movie Recommendation System
@kaggle.amirmotefaker_movielens_dataset_for_recommendation_system
CREATE TABLE ratings (
"userid" BIGINT,
"movieid" BIGINT,
"rating" DOUBLE,
"timestamp" BIGINT
);
Anyone who has the link will be able to view this.