Netflixmovies
Unpopular-movies-Netflix-dataset
@kaggle.kefahaied_netflixmovies
Unpopular-movies-Netflix-dataset
@kaggle.kefahaied_netflixmovies
CREATE TABLE df_avgrating_with_userscount (
"movie_id" BIGINT,
"rating" DOUBLE,
"user_id" BIGINT
);
CREATE TABLE movie_titles (
"unnamed_0" BIGINT,
"movie_id" BIGINT,
"year" DOUBLE,
"name" VARCHAR
);
Anyone who has the link will be able to view this.