Baselight

Premier League Player's Stats

@kaggle.sophieg_premier_league_players_stats

Teams
@kaggle.sophieg_premier_league_players_stats.teams

  • 10.87 KB
  • 20 rows
  • 13 columns
unnamed_0

Unnamed: 0

code

Code

id

Id

name

Name

short_name

Short Name

strength

Strength

strength_overall_home

Strength Overall Home

strength_overall_away

Strength Overall Away

strength_attack_home

Strength Attack Home

strength_attack_away

Strength Attack Away

strength_defence_home

Strength Defence Home

strength_defence_away

Strength Defence Away

pulse_id

Pulse Id

31ArsenalARS51350136513701370133013601
172Aston VillaAVL41160128511401220118013502
2913BournemouthBOU3110011001055113011451075127
3944BrentfordBRE3110011001110105510901150130
4365BrightonBHA3110012101070118011351240131
5906BurnleyBUR210451050105010501040105043
687ChelseaCHE31125119010801150117012304
7318Crystal PalaceCRY31070110010801120106010856
8119EvertonEVE31095110011251125106510807
95410FulhamFUL310551175105011801060117034

CREATE TABLE teams (
  "unnamed_0" BIGINT,
  "code" BIGINT,
  "id" BIGINT,
  "name" VARCHAR,
  "short_name" VARCHAR,
  "strength" DOUBLE,
  "strength_overall_home" DOUBLE,
  "strength_overall_away" DOUBLE,
  "strength_attack_home" DOUBLE,
  "strength_attack_away" DOUBLE,
  "strength_defence_home" DOUBLE,
  "strength_defence_away" DOUBLE,
  "pulse_id" BIGINT
);

Share link

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