Baselight

FIFA World Cups

50 Years Of World Cup player stats in every men’s World Cup from 1966 to 2018

@kaggle.joebeachcapital_fifa_world_cups

Loading...
Loading...

About this Dataset

FIFA World Cups

50 Years Of World Cup Doppelgangers

Summary

This file contains links to the data behind 50 Years Of World Cup Doppelgangers.

world_cup_comparisons.csv contains all historical players and their associated z-score for each of the 16 metrics.

License: The data is available under the Creative Commons Attribution 4.0 International License and the code is available under the MIT License. If you do find it useful, please let us know.

Source: https://github.com/fivethirtyeight/data

Tables

World Cup Comparisons

@kaggle.joebeachcapital_fifa_world_cups.world_cup_comparisons
  • 213.74 kB
  • 5,886 rows
  • 19 columns
Loading...
CREATE TABLE world_cup_comparisons (
  "player" VARCHAR,
  "season" BIGINT,
  "team" VARCHAR,
  "goals_z" DOUBLE,
  "xg_z" DOUBLE,
  "crosses_z" DOUBLE,
  "boxtouches_z" DOUBLE,
  "passes_z" DOUBLE,
  "progpasses_z" DOUBLE,
  "takeons_z" DOUBLE,
  "progruns_z" DOUBLE,
  "tackles_z" DOUBLE,
  "interceptions_z" DOUBLE,
  "clearances_z" DOUBLE,
  "blocks_z" DOUBLE,
  "aerials_z" DOUBLE,
  "fouls_z" DOUBLE,
  "fouled_z" DOUBLE,
  "nsxg_z" DOUBLE
);

Share link

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