Baselight

Harry Potter Reviews

491 synthetic reviews of the famous "Harry Potter and the Philosopher's Stone"

@kaggle.marcpaulo_harry_potter_reviews

Harry Potter Reviews
@kaggle.marcpaulo_harry_potter_reviews.harry_potter_reviews

  • 25.44 KB
  • 491 rows
  • 8 columns
user_id

User Id

user_sex

User Sex

user_age

User Age

user_country

User Country

rating

Rating

comment

Comment

favourite_character

Favourite Character

date

Date

female50Germany2.5"The transitions between scenes were awkward, and the soundtrack was forgettable."Severus SnapeMon Dec 27 2004 00:00:00 GMT+0000 (Coordinated Universal Time)
1female23Spain4"Severus Snape's role adds an intriguing layer."Severus SnapeSat Nov 22 2003 00:00:00 GMT+0000 (Coordinated Universal Time)
2male32France3"The pacing was a bit slow, but the characters were charming."Ron WeasleyFri Sep 16 2005 00:00:00 GMT+0000 (Coordinated Universal Time)
3female24Turkey4.5"Hagrid's love for magical creatures is heartwarming."Rubeus HagridTue Sep 17 2002 00:00:00 GMT+0000 (Coordinated Universal Time)
4female40Spain5"Neville Longbottom's courage is awe-inspiring."Neville LongbottomSun Oct 17 2004 00:00:00 GMT+0000 (Coordinated Universal Time)
5female16Finland5"Rubeus Hagrid's love for magical creatures is endearing."Rubeus HagridMon Dec 02 2002 00:00:00 GMT+0000 (Coordinated Universal Time)
6male26Germany4"Severus Snape's complexity adds depth to the story."Severus SnapeMon Nov 28 2005 00:00:00 GMT+0000 (Coordinated Universal Time)
7female28Sweden2.5"Albus Dumbledore's presence feels unnecessary and distracting."Albus DumbledoreThu Feb 10 2005 00:00:00 GMT+0000 (Coordinated Universal Time)
8female52Switzerland4"Ron Weasley's humor adds a delightful touch."Ron WeasleySat Feb 02 2002 00:00:00 GMT+0000 (Coordinated Universal Time)
9female46Turkey4.5"Hermione Granger's determination is inspiring."Hermione GrangerFri Dec 02 2005 00:00:00 GMT+0000 (Coordinated Universal Time)

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
);

Share link

Anyone who has the link will be able to view this.