Baselight

Comprehensive Football Dataset

Detailed dataset for football events and Europe's top 5 leagues

@kaggle.prathamsharma123_comprehensive_football_dataset

Premierleague Points
@kaggle.prathamsharma123_comprehensive_football_dataset.premierleague_points

  • 11.42 KB
  • 20 rows
  • 15 columns
n_2004

2004

n_2005

2005

n_2006

2006

n_2007

2007

n_2008

2008

n_2009

2009

n_2010

2010

n_2011

2011

n_2012

2012

n_2013

2013

n_2014

2014

n_2015

2015

n_2016

2016

n_2017

2017

n_2018

2018

9591898790868089898687819310098
838383858685718978847971868197
778268838375717075827570787772
616768767270686973797066767571
586560656367626572726466757070
586358606264586463696263696366
555856585363545661646062615457
525655575161495249565660464954
525554555150485246505451464752
475152495050474746494850454452

CREATE TABLE premierleague_points (
  "n_2004" BIGINT,
  "n_2005" BIGINT,
  "n_2006" BIGINT,
  "n_2007" BIGINT,
  "n_2008" BIGINT,
  "n_2009" BIGINT,
  "n_2010" BIGINT,
  "n_2011" BIGINT,
  "n_2012" BIGINT,
  "n_2013" BIGINT,
  "n_2014" BIGINT,
  "n_2015" BIGINT,
  "n_2016" BIGINT,
  "n_2017" BIGINT,
  "n_2018" BIGINT
);

Share link

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