Baselight

EPL 2022: Player Statistics (historic & Current)

Data to be used for fantasy prediction & analysis

@kaggle.slythe_epl_2022_player_statistics_historic_current

Teams
@kaggle.slythe_epl_2022_player_statistics_historic_current.teams

  • 15.97 KB
  • 20 rows
  • 22 columns
unnamed_0

Unnamed: 0

code

Code

draw

Draw

form

Form

id

Id

loss

Loss

name

Name

played

Played

points

Points

position

Position

short_name

Short Name

strength

Strength

team_division

Team Division

unavailable

Unavailable

win

Win

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

31ArsenalARS41200127011601230116012401
172Aston VillaAVL31090110011101110107010902
2913BournemouthBOU2105010701070111010401070127
3944BrentfordBRE3110011501100115011401170130
4365BrightonBHA3114011401170116011501170131
586ChelseaCHE41210123012301220120012104
6317Crystal PalaceCRY31090115010901180108011606
7118EvertonEVE31080110010901090109011107
8549FulhamFUL310701090109010901100112034
91310LeicesterLEI311001100107010801150110026

CREATE TABLE teams (
  "unnamed_0" BIGINT,
  "code" BIGINT,
  "draw" BIGINT,
  "form" VARCHAR,
  "id" BIGINT,
  "loss" BIGINT,
  "name" VARCHAR,
  "played" BIGINT,
  "points" BIGINT,
  "position" BIGINT,
  "short_name" VARCHAR,
  "strength" BIGINT,
  "team_division" VARCHAR,
  "unavailable" BOOLEAN,
  "win" BIGINT,
  "strength_overall_home" BIGINT,
  "strength_overall_away" BIGINT,
  "strength_attack_home" BIGINT,
  "strength_attack_away" BIGINT,
  "strength_defence_home" BIGINT,
  "strength_defence_away" BIGINT,
  "pulse_id" BIGINT
);

Share link

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