Baselight

EA FC 24 Reviews

Reviews and feedback for EA FC 24

@kaggle.kurzuxu_ea_fc_24_reviews

Loading...
Loading...

About this Dataset

EA FC 24 Reviews

These datasets contain information and data about reviews of the video game EA FC 24. The two datasets OpenCritic and Steam1 and Steam2 hold information for the reviews of the game. The former has reviews from professional game journalists and reviewers and the letter hold reviews from ordinary players. The two SteamCharts have information about user activity of FIFA 23 and EA FC 24 respectively.

Tables

Opencritic

@kaggle.kurzuxu_ea_fc_24_reviews.opencritic
  • 27.46 kB
  • 87 rows
  • 5 columns
Loading...
CREATE TABLE opencritic (
  "source" VARCHAR,
  "post_date" TIMESTAMP,
  "outlet" VARCHAR,
  "review_score" VARCHAR,
  "review" VARCHAR
);

Steam1

@kaggle.kurzuxu_ea_fc_24_reviews.steam1
  • 243.86 kB
  • 2,020 rows
  • 3 columns
Loading...
CREATE TABLE steam1 (
  "source" VARCHAR,
  "post_date" VARCHAR,
  "comment" VARCHAR
);

Steam2

@kaggle.kurzuxu_ea_fc_24_reviews.steam2
  • 13.3 kB
  • 2,020 rows
  • 2 columns
Loading...
CREATE TABLE steam2 (
  "score" VARCHAR,
  "hours_played" VARCHAR
);

Steamcharts23

@kaggle.kurzuxu_ea_fc_24_reviews.steamcharts23
  • 3.27 kB
  • 14 rows
  • 3 columns
Loading...
CREATE TABLE steamcharts23 (
  "date" VARCHAR,
  "average_players" DOUBLE,
  "peak_players" BIGINT
);

Steamcharts24

@kaggle.kurzuxu_ea_fc_24_reviews.steamcharts24
  • 2.98 kB
  • 3 rows
  • 3 columns
Loading...
CREATE TABLE steamcharts24 (
  "date" VARCHAR,
  "average_players" DOUBLE,
  "peak_players" BIGINT
);

Share link

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