Ballon D'Or 2024 Nominees League Stats
Performance Metrics of Football’s Best Players in 2023-2024
@kaggle.farzammanafzadeh_ballon_dor_2024_nominees_league_stats
Performance Metrics of Football’s Best Players in 2023-2024
@kaggle.farzammanafzadeh_ballon_dor_2024_nominees_league_stats
This dataset contains detailed league performance statistics for the nominees of the 2024 Ballon D'Or
across major European football leagues. The stats cover the 2023-2024
season, showcasing metrics such as goals
, assists
, expected goals (xG)
, expected assists (xAG)
, progression metrics
, and more.
The winner of the Men's Ballon d'Or goes to the best male player voted by a panel of soccer journalists representing the top 100 countries in the FIFA Men's Rankings.
For the first time since 2003, though, Cristiano Ronaldo and Lionel Messi were not included among the nominees!
CREATE TABLE n_2024_ballon_dor_nominees_league_stats (
"unnamed_0" BIGINT -- Unnamed: 0,
"league" VARCHAR,
"season" BIGINT,
"team" VARCHAR,
"player" VARCHAR,
"nation" VARCHAR,
"pos" VARCHAR,
"age" BIGINT,
"born" BIGINT,
"playing_time_mp" BIGINT,
"playing_time_starts" BIGINT,
"playing_time_min" BIGINT,
"playing_time_90s" DOUBLE,
"performance_gls" BIGINT,
"performance_ast" BIGINT,
"performance_g_a" BIGINT,
"performance_g_pk" BIGINT,
"performance_pk" BIGINT,
"performance_pkatt" BIGINT,
"performance_crdy" BIGINT,
"performance_crdr" BIGINT,
"expected_xg" DOUBLE,
"expected_npxg" DOUBLE,
"expected_xag" DOUBLE,
"expected_npxg_xag" DOUBLE,
"progression_prgc" BIGINT,
"progression_prgp" BIGINT,
"progression_prgr" BIGINT,
"per_90_minutes_gls" DOUBLE,
"per_90_minutes_ast" DOUBLE,
"per_90_minutes_g_a" DOUBLE,
"per_90_minutes_g_pk" DOUBLE,
"per_90_minutes_g_a_pk" DOUBLE,
"per_90_minutes_xg" DOUBLE,
"per_90_minutes_xag" DOUBLE,
"per_90_minutes_xg_xag" DOUBLE,
"per_90_minutes_npxg" DOUBLE,
"per_90_minutes_npxg_xag" DOUBLE,
"playing_time_keeper_mp" DOUBLE,
"playing_time_keeper_starts" DOUBLE,
"playing_time_keeper_min" DOUBLE,
"n_90s" DOUBLE -- 90s,
"performance_ga" DOUBLE,
"performance_ga90" DOUBLE,
"performance_sota" DOUBLE,
"performance_saves" DOUBLE,
"performance_save" DOUBLE -- Performance-Save%,
"performance_w" DOUBLE,
"performance_d" DOUBLE,
"performance_l" DOUBLE,
"performance_cs" DOUBLE,
"performance_cs_810fe4" DOUBLE -- Performance-CS%,
"penalty_kicks_pkatt" DOUBLE,
"penalty_kicks_pka" DOUBLE,
"penalty_kicks_pksv" DOUBLE,
"penalty_kicks_pkm" DOUBLE,
"penalty_kicks_save" DOUBLE -- Penalty Kicks-Save%,
"n_90s_keeper_adv" DOUBLE -- 90s Keeper Adv,
"goals_ga" DOUBLE,
"goals_pka" DOUBLE,
"goals_fk" DOUBLE,
"goals_ck" DOUBLE,
"goals_og" DOUBLE,
"expected_psxg" DOUBLE,
"expected_psxg_sot" DOUBLE,
"expected_psxg_445924" DOUBLE -- Expected-PSxG+/-,
"expected_90" DOUBLE -- Expected-/90,
"launched_cmp" DOUBLE,
"launched_att" DOUBLE,
"launched_cmp_1e0b64" DOUBLE -- Launched-Cmp%,
"passes_att_gk" DOUBLE -- Passes-Att (GK),
"passes_thr" DOUBLE,
"passes_launch" DOUBLE -- Passes-Launch%,
"passes_avglen" DOUBLE,
"goal_kicks_att" DOUBLE,
"goal_kicks_launch" DOUBLE -- Goal Kicks-Launch%,
"goal_kicks_avglen" DOUBLE,
"crosses_opp" DOUBLE,
"crosses_stp" DOUBLE,
"crosses_stp_7ac6b9" DOUBLE -- Crosses-Stp%,
"sweeper_opa" DOUBLE -- Sweeper-#OPA,
"sweeper_opa_90" DOUBLE -- Sweeper-#OPA/90,
"sweeper_avgdist" DOUBLE,
"n_90s_shooting" DOUBLE -- 90s Shooting,
"standard_gls" BIGINT,
"standard_sh" BIGINT,
"standard_sot" BIGINT,
"standard_sot_cabc66" DOUBLE -- Standard-SoT%,
"standard_sh_90" DOUBLE,
"standard_sot_90" DOUBLE,
"standard_g_sh" DOUBLE,
"standard_g_sot" DOUBLE,
"standard_dist" DOUBLE,
"standard_fk" BIGINT,
"standard_pk" BIGINT,
"standard_pkatt" BIGINT,
"expected_shooting_xg" DOUBLE,
"expected_shooting_npxg" DOUBLE,
"expected_shooting_npxg_sh" DOUBLE,
"expected_shooting_g_xg" DOUBLE
);
Anyone who has the link will be able to view this.