Football Analytics
European Football Analytics
@kaggle.vivovinco_football_analytics
European Football Analytics
@kaggle.vivovinco_football_analytics
This dataset contains European football team stats.
Only teams of Premier League, Ligue 1, Bundesliga, Serie A and La Liga are listed.
Auxiliary datasets:
Data from Football Reference.
Image from Wyscout.
If you're reading this, please upvote.
CREATE TABLE passes (
"player" VARCHAR,
"minute" BIGINT,
"second" BIGINT,
"x" BIGINT,
"y" BIGINT,
"type" VARCHAR,
"outcome" VARCHAR,
"endx" BIGINT,
"endy" BIGINT
);CREATE TABLE shots (
"minute" BIGINT,
"second" BIGINT,
"team" VARCHAR,
"x" DOUBLE,
"y" DOUBLE,
"outcome" VARCHAR
);Anyone who has the link will be able to view this.