TIMDB - Bollywood Films
A Data-Driven Approach to Bollywood
@kaggle.thedevastator_timdb_bollywood_films
A Data-Driven Approach to Bollywood
@kaggle.thedevastator_timdb_bollywood_films
CREATE TABLE ratings (
"user_id" BIGINT,
"movie_id" BIGINT,
"rating" DOUBLE,
"timestamp" BIGINT
);
Anyone who has the link will be able to view this.