Baselight

Premier League - Player Stats Season - 24/25

Update round by round

@kaggle.eduardopalmieri_premier_league_player_stats_season_2425

Database
@kaggle.eduardopalmieri_premier_league_player_stats_season_2425.database

  • 122.12 KB
  • 4270 rows
  • 33 columns
player

Player

team

Team

n

#

nation

Nation

position

Position

age

Age

minutes

Minutes

goals

Goals

assists

Assists

penalty_shoot_on_goal

Penalty Shoot On Goal

penalty_shoot

Penalty Shoot

total_shoot

Total Shoot

shoot_on_target

Shoot On Target

yellow_cards

Yellow Cards

red_cards

Red Cards

touches

Touches

dribbles

Dribbles

tackles

Tackles

blocks

Blocks

expected_goals_xg

Expected Goals (xG)

non_penalty_xg_npxg

Non-Penalty XG (npxG)

expected_assists_xag

Expected Assists (xAG)

shot_creating_actions

Shot-Creating Actions

goal_creating_actions

Goal-Creating Actions

passes_completed

Passes Completed

passes_attempted

Passes Attempted

pass_completion

Pass Completion %

progressive_passes

Progressive Passes

carries

Carries

progressive_carries

Progressive Carries

dribble_attempts

Dribble Attempts

successful_dribbles

Successful Dribbles

date

Date

Bruno FernandesManchester United8PORFW,AM29-34390637021.21.224360717650711Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Marcus RashfordManchester United10ENGLW26-2909043110.71223073323426Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Amad DialloManchester United16CIVRW22-0366036120.11283384812211Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Alejandro GarnachoManchester United17ARGRW20-04630121910.70.70.23110119091122Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Mason MountManchester United7ENGAM25-219601112330.30.30.1311157331162Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Joshua ZirkzeeManchester United11NEDFW23-086301111210.10.118988916Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Kobbie MainooManchester United37ENGDM19-11983155351374190253954Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Scott McTominayManchester United39SCODM27-252744410003Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
CasemiroManchester United18BRADM32-175903774150.20.215144577724461Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Diogo DalotManchester United20PORLB,RB25-151906721114960817340111Fri Aug 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)

CREATE TABLE database (
  "player" VARCHAR,
  "team" VARCHAR,
  "n" BIGINT,
  "nation" VARCHAR,
  "position" VARCHAR,
  "age" VARCHAR,
  "minutes" BIGINT,
  "goals" BIGINT,
  "assists" BIGINT,
  "penalty_shoot_on_goal" BIGINT,
  "penalty_shoot" BIGINT,
  "total_shoot" BIGINT,
  "shoot_on_target" BIGINT,
  "yellow_cards" BIGINT,
  "red_cards" BIGINT,
  "touches" BIGINT,
  "dribbles" BIGINT,
  "tackles" BIGINT,
  "blocks" BIGINT,
  "expected_goals_xg" DOUBLE,
  "non_penalty_xg_npxg" DOUBLE,
  "expected_assists_xag" DOUBLE,
  "shot_creating_actions" BIGINT,
  "goal_creating_actions" BIGINT,
  "passes_completed" BIGINT,
  "passes_attempted" BIGINT,
  "pass_completion" DOUBLE,
  "progressive_passes" BIGINT,
  "carries" BIGINT,
  "progressive_carries" BIGINT,
  "dribble_attempts" BIGINT,
  "successful_dribbles" BIGINT,
  "date" TIMESTAMP
);

Share link

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