Baselight

European Soccer Dataset By Role

European Soccer Dataset with Performance Indicators by Players' Role

@kaggle.paolap86_modified_version_of_the_european_soccer_dataset

Loading...
Loading...

About this Dataset

European Soccer Dataset By Role

A modified version of the European Soccer Database by Hugo Mathien (https://www.kaggle.com/hugomathien). New players' performance indicators have been created from the original dataset.

Data features:

• + 25,000 matches

• 11 European Countries with their lead championship

• Seasons from 2008 to 2016

25 role-based Performance Indicators: players and teams' attributes (sourced from EA Sports' FIFA video game series, including the weekly updates) have been subtracted by location (home - away) and averaged by match and role (X, Y coordinates of the team line up).

Acknowledgements

This dataset has been created in the academic research context and can be used without additional permissions or fees. The newly created indicators have been used to test the performance of several predictive models.

For more information about how the data have been treated and modeled, as well as if you like to use these data in a publication, presentation, or other research product, please consult/use the following citation:

Carpita, M., Ciavolino, E., & Pasca, P. (2019). Exploring and modelling team performances of the Kaggle European Soccer database. Statistical Modelling, 19(1), 74-101.

Tables

Fifa Datasetsm

@kaggle.paolap86_modified_version_of_the_european_soccer_dataset.fifa_datasetsm
  • 1.44 MB
  • 25979 rows
  • 31 columns
Loading...

CREATE TABLE fifa_datasetsm (
  "id_match" BIGINT,
  "country_id" BIGINT,
  "country_name" VARCHAR,
  "season" VARCHAR,
  "date_match" TIMESTAMP,
  "att_att_diff" DOUBLE,
  "att_cen_diff" DOUBLE,
  "att_def_diff" DOUBLE,
  "att_gok_diff" DOUBLE,
  "def_att_diff" DOUBLE,
  "def_cen_diff" DOUBLE,
  "def_def_diff" DOUBLE,
  "def_gok_diff" DOUBLE,
  "gok_gok_diff" DOUBLE,
  "men_att_diff" DOUBLE,
  "men_cen_diff" DOUBLE,
  "men_def_diff" DOUBLE,
  "men_gok_diff" DOUBLE,
  "mov_att_diff" DOUBLE,
  "mov_cen_diff" DOUBLE,
  "mov_def_diff" DOUBLE,
  "mov_gok_diff" DOUBLE,
  "pow_att_diff" DOUBLE,
  "pow_cen_diff" DOUBLE,
  "pow_def_diff" DOUBLE,
  "pow_gok_diff" DOUBLE,
  "ski_att_diff" DOUBLE,
  "ski_cen_diff" DOUBLE,
  "ski_def_diff" DOUBLE,
  "ski_gok_diff" DOUBLE,
  "outcome" VARCHAR
);

Share link

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