Baselight

Big5 Soccer Leagues Players Statistics Last5 Years

Serie A, Bundesliga, League 1, Premier League, La Liga last 5 years statistics

@kaggle.matteonotaro_big5_soccer_leagues_players_statistics_last5_years

Whole
@kaggle.matteonotaro_big5_soccer_leagues_players_statistics_last5_years.whole

  • 599.08 KB
  • 17120 rows
  • 37 columns
player

Player

nation

Nation

pos

Pos

age

Age

playing_time_mp

Playing Time MP

playing_time_1_starts

Playing Time.1 Starts

playing_time_2_min

Playing Time.2 Min

playing_time_3_90s

Playing Time.3–90s

performance_gls

Performance Gls

performance_1_ast

Performance.1 Ast

performance_2_g_a

Performance.2 G+A

performance_3_g_pk

Performance.3 G-PK

performance_4_pk

Performance.4 PK

performance_5_pkatt

Performance.5 PKatt

performance_6_crdy

Performance.6 CrdY

performance_7_crdr

Performance.7 CrdR

expected_xg

Expected XG

expected_1_npxg

Expected.1 NpxG

expected_2_xag

Expected.2 XAG

expected_3_npxg_xag

Expected.3 NpxG+xAG

progression_prgc

Progression PrgC

progression_1_prgp

Progression.1 PrgP

progression_2_prgr

Progression.2 PrgR

per_90_minutes_gls

Per 90 Minutes Gls

per_90_minutes_1_ast

Per 90 Minutes.1 Ast

per_90_minutes_2_g_a

Per 90 Minutes.2 G+A

per_90_minutes_3_g_pk

Per 90 Minutes.3 G-PK

per_90_minutes_4_g_a_pk

Per 90 Minutes.4 G+A-PK

per_90_minutes_5_xg

Per 90 Minutes.5 XG

per_90_minutes_6_xag

Per 90 Minutes.6 XAG

per_90_minutes_7_xg_xag

Per 90 Minutes.7 XG+xAG

per_90_minutes_8_npxg

Per 90 Minutes.8 NpxG

per_90_minutes_9_npxg_xag

Per 90 Minutes.9 NpxG+xAG

mp

MP

playing_time_starts

Playing Time Starts

playing_time_1_min

Playing Time.1 Min

playing_time_2_90s

Playing Time.2–90s

Remo Freulerch SUIMF263939334937.2268273.23.23.97.2100276770.050.160.210.050.210.10.120.210.10.21
Papu Gómezar ARGMF,FW304039334437.291120958.48.412.821.32392382640.240.30.540.240.540.260.40.660.260.66
Hans Hateboernl NEDDF2439373333375510575.25.2510.11001362430.140.140.270.140.270.160.150.310.160.31
Duván Zapataco COLFW274237333337268342512618.917.39.526.8108683740.70.220.920.680.890.590.30.880.540.83
Marten de Roonnl NEDMF27393833283733621181.812333254400.080.080.160.050.140.050.060.110.030.09
José Luis Palominoar ARGDF283530270930.11121611.91.90.52.456340.030.030.070.030.070.080.020.10.080.1
Josip Iličićsi SVNFW,MF303628252528.113102312125110.69.97.517.41551812860.460.360.820.430.780.450.320.760.410.73
Timothy Castagnebe BELDF223326245027.2549532.82.82.65.461821590.180.150.330.180.330.130.120.240.130.24
Gianluca Manciniit ITADF223226234226527565.35.31.46.72690200.190.080.270.190.270.210.060.270.210.27
Berat Djimsitial ALBDF252824216724.112315112353720.040.080.120.040.120.050.10.150.050.15

CREATE TABLE whole (
  "player" VARCHAR,
  "nation" VARCHAR,
  "pos" VARCHAR,
  "age" DOUBLE,
  "playing_time_mp" DOUBLE,
  "playing_time_1_starts" DOUBLE,
  "playing_time_2_min" DOUBLE,
  "playing_time_3_90s" DOUBLE,
  "performance_gls" DOUBLE,
  "performance_1_ast" DOUBLE,
  "performance_2_g_a" DOUBLE,
  "performance_3_g_pk" DOUBLE,
  "performance_4_pk" DOUBLE,
  "performance_5_pkatt" DOUBLE,
  "performance_6_crdy" DOUBLE,
  "performance_7_crdr" DOUBLE,
  "expected_xg" DOUBLE,
  "expected_1_npxg" DOUBLE,
  "expected_2_xag" DOUBLE,
  "expected_3_npxg_xag" DOUBLE,
  "progression_prgc" DOUBLE,
  "progression_1_prgp" DOUBLE,
  "progression_2_prgr" DOUBLE,
  "per_90_minutes_gls" DOUBLE,
  "per_90_minutes_1_ast" DOUBLE,
  "per_90_minutes_2_g_a" DOUBLE,
  "per_90_minutes_3_g_pk" DOUBLE,
  "per_90_minutes_4_g_a_pk" DOUBLE,
  "per_90_minutes_5_xg" DOUBLE,
  "per_90_minutes_6_xag" DOUBLE,
  "per_90_minutes_7_xg_xag" DOUBLE,
  "per_90_minutes_8_npxg" DOUBLE,
  "per_90_minutes_9_npxg_xag" DOUBLE,
  "mp" DOUBLE,
  "playing_time_starts" DOUBLE,
  "playing_time_1_min" DOUBLE,
  "playing_time_2_90s" DOUBLE
);

Share link

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