Baselight

Turkey Football Matches With ELO Ratings

Turkey football club matches, results, ELO ratings and probabilities

@kaggle.smtcnm_2019_2020_turkey_football_club_matches

Loading...
Loading...

About this Dataset

Turkey Football Matches With ELO Ratings

Context

Dataset provides 1000+ matches played with Turkish Football Clubs in 2017-2020

Content

  • 1000+ matches
  • ELO Ratings of teams before and after match
  • Estimated win, draw probabilities calculated with ELO ratings

Acknowledgements

Data has been scraped from the publicly available website http://www.elofootball.com/

Tables

Tur1718

@kaggle.smtcnm_2019_2020_turkey_football_club_matches.tur1718
  • 25.35 KB
  • 706 rows
  • 13 columns
Loading...

CREATE TABLE tur1718 (
  "date" VARCHAR,
  "region" VARCHAR,
  "league" VARCHAR,
  "home" VARCHAR,
  "home_oelo" BIGINT,
  "home_nelo" BIGINT,
  "result" VARCHAR,
  "home_win" BIGINT,
  "draw" BIGINT,
  "away_win" BIGINT,
  "away" VARCHAR,
  "away_oelo" BIGINT,
  "away_nelo" BIGINT
);

Tur1819

@kaggle.smtcnm_2019_2020_turkey_football_club_matches.tur1819
  • 25.46 KB
  • 707 rows
  • 13 columns
Loading...

CREATE TABLE tur1819 (
  "date" VARCHAR,
  "region" VARCHAR,
  "league" VARCHAR,
  "home" VARCHAR,
  "home_oelo" BIGINT,
  "home_nelo" BIGINT,
  "result" VARCHAR,
  "home_win" BIGINT,
  "draw" BIGINT,
  "away_win" BIGINT,
  "away" VARCHAR,
  "away_oelo" BIGINT,
  "away_nelo" BIGINT
);

Tur1920

@kaggle.smtcnm_2019_2020_turkey_football_club_matches.tur1920
  • 23.73 KB
  • 616 rows
  • 13 columns
Loading...

CREATE TABLE tur1920 (
  "date" VARCHAR,
  "region" VARCHAR,
  "league" VARCHAR,
  "home" VARCHAR,
  "home_oelo" BIGINT,
  "home_nelo" BIGINT,
  "result" VARCHAR,
  "home_win" BIGINT,
  "draw" BIGINT,
  "away_win" BIGINT,
  "away" VARCHAR,
  "away_oelo" BIGINT,
  "away_nelo" BIGINT
);

Share link

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