Baselight

2005-2006 Milan Stats

Milan 2005/2006 season squad

@kaggle.fratzcan_2005_2006_milan_stats

About this Dataset

2005-2006 Milan Stats

The current squad of Bayer Leverkuse is as I shared below. As for the data:

  • Names

  • Nation

  • Positions

  • Match_Played

  • StartXI

  • Minutes

  • Penalty_Kicks_Made

  • Goals

  • Assists

  • Yellow_Card

  • Red_Card

  • Ages

Tables

N 2005–2006 Milan Stats Serie A

@kaggle.fratzcan_2005_2006_milan_stats.n_2005_2006_milan_stats_serie_a
  • 9.27 KB
  • 23 rows
  • 12 columns
Loading...

CREATE TABLE n_2005_2006_milan_stats_serie_a (
  "name" VARCHAR,
  "nation" VARCHAR,
  "position" VARCHAR,
  "match_played" BIGINT,
  "startxi" BIGINT,
  "minutes" BIGINT,
  "penalty_kicks_made" BIGINT,
  "goals" BIGINT,
  "assists" BIGINT,
  "yellow_card" BIGINT,
  "red_card" BIGINT,
  "age" BIGINT
);