Premier League - Player Stats Season - 24/25
Update round by round
@kaggle.eduardopalmieri_premier_league_player_stats_season_2425
Update round by round
@kaggle.eduardopalmieri_premier_league_player_stats_season_2425
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
);
Anyone who has the link will be able to view this.