Turkey Football Matches With ELO Ratings
Turkey football club matches, results, ELO ratings and probabilities
@kaggle.smtcnm_2019_2020_turkey_football_club_matches
Turkey football club matches, results, ELO ratings and probabilities
@kaggle.smtcnm_2019_2020_turkey_football_club_matches
Dataset provides 1000+ matches played with Turkish Football Clubs in 2017-2020
Data has been scraped from the publicly available website http://www.elofootball.com/
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
);
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
);
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
);
Anyone who has the link will be able to view this.