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
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
);
Anyone who has the link will be able to view this.