Baselight

Apex Legends

Historical data for Apex Legends E-Sports

@kaggle.astopher_apex_legends

Loading...
Loading...

About this Dataset

Apex Legends

Content

Historical Apex Legends E-Sports data

Inspiration

For my advanced stats class I wanted to do XGBoost with Apex Legends data but a League of Legends dataset was already available. Now I am working to make a reasonable dataset for research on Apex Legends E-Sports data

Tables

Player Info

@kaggle.astopher_apex_legends.player_info
  • 90.67 KB
  • 1273 rows
  • 6 columns
Loading...

CREATE TABLE player_info (
  "player_name" VARCHAR,
  "real_name" VARCHAR,
  "nationality" VARCHAR,
  "team" VARCHAR,
  "player_status" VARCHAR,
  "links" VARCHAR
);

Winnings By Org Allyears

@kaggle.astopher_apex_legends.winnings_by_org_allyears
  • 12.79 KB
  • 628 rows
  • 4 columns
Loading...

CREATE TABLE winnings_by_org_allyears (
  "earnings_rank" BIGINT,
  "team" VARCHAR,
  "earnings" BIGINT,
  "year" BIGINT
);

Winnings By Player Allyears

@kaggle.astopher_apex_legends.winnings_by_player_allyears
  • 39.56 KB
  • 1681 rows
  • 6 columns
Loading...

CREATE TABLE winnings_by_player_allyears (
  "earnings_rank" BIGINT,
  "nationality" VARCHAR,
  "real_name" VARCHAR,
  "player_name" VARCHAR,
  "earnings" BIGINT,
  "year" BIGINT
);

Share link

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