Harry Potter Reviews
491 synthetic reviews of the famous "Harry Potter and the Philosopher's Stone"
@kaggle.marcpaulo_harry_potter_reviews
491 synthetic reviews of the famous "Harry Potter and the Philosopher's Stone"
@kaggle.marcpaulo_harry_potter_reviews
CREATE TABLE harry_potter_reviews (
"user_id" BIGINT,
"user_sex" VARCHAR,
"user_age" BIGINT,
"user_country" VARCHAR,
"rating" DOUBLE,
"comment" VARCHAR,
"favourite_character" VARCHAR,
"date" TIMESTAMP
);
Anyone who has the link will be able to view this.