Baselight

Quack Club - Ratings

Videogame Ratings from the Quack Clube Podcast

@kaggle.marcelopesse_quack_club_score

Loading...
Loading...

About this Dataset

Quack Club - Ratings

Context

I wanted to train my storytelling and plot abilities, but wanted to do it with a small dataset and something closer to home.
Since some friends of mine do a podcast/youtube chanel about PC and since they have been doing since 2016 and have more than 200 episodes, they were a perfect fit.

They had they own ratings for all the games reviewed, with every host given a different rating.

Content and Acknowledgements

The data was acquired with the help from the guys of the podcast (Arara, Madz, Rune, Storm and Cosmos)
And also with a alternative API for Metacritic, called Chicken Coop

Tables

Quack Club Score

@kaggle.marcelopesse_quack_club_score.quack_club_score
  • 29.29 KB
  • 164 rows
  • 21 columns
Loading...

CREATE TABLE quack_club_score (
  "ep" BIGINT,
  "title" VARCHAR,
  "pick" VARCHAR,
  "mc" DOUBLE,
  "arara" DOUBLE,
  "madz" DOUBLE,
  "storm" DOUBLE,
  "cosmos" DOUBLE,
  "rune" DOUBLE,
  "partner" DOUBLE,
  "partner_2" DOUBLE,
  "quack_mean" DOUBLE,
  "date" TIMESTAMP,
  "release_date" TIMESTAMP,
  "delta_date" DOUBLE,
  "genre" VARCHAR,
  "developer" VARCHAR,
  "publisher" VARCHAR,
  "rating" VARCHAR,
  "also_available" VARCHAR,
  "error" BIGINT
);

Share link

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