Baselight

Football Analytics

European Football Analytics

@kaggle.vivovinco_football_analytics

Loading...
Loading...

About this Dataset

Football Analytics

Context

This dataset contains European football team stats.
Only teams of Premier League, Ligue 1, Bundesliga, Serie A and La Liga are listed.

Content

Auxiliary datasets:

Acknowledgements

Data from Football Reference.
Image from Wyscout.

If you're reading this, please upvote.

Tables

Passes

@kaggle.vivovinco_football_analytics.passes
  • 7.34 kB
  • 49 rows
  • 9 columns
Loading...
CREATE TABLE passes (
  "player" VARCHAR,
  "minute" BIGINT,
  "second" BIGINT,
  "x" BIGINT,
  "y" BIGINT,
  "type" VARCHAR,
  "outcome" VARCHAR,
  "endx" BIGINT,
  "endy" BIGINT
);

Shots

@kaggle.vivovinco_football_analytics.shots
  • 4.95 kB
  • 20 rows
  • 6 columns
Loading...
CREATE TABLE shots (
  "minute" BIGINT,
  "second" BIGINT,
  "team" VARCHAR,
  "x" DOUBLE,
  "y" DOUBLE,
  "outcome" VARCHAR
);

Share link

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