Online Chess Games
Data for 20,000+ chess games played on Lichess, including moves, victor and more
@kaggle.mysarahmadbhat_online_chess_games
Data for 20,000+ chess games played on Lichess, including moves, victor and more
@kaggle.mysarahmadbhat_online_chess_games
CREATE TABLE chess_games (
"game_id" BIGINT,
"rated" BOOLEAN,
"turns" BIGINT,
"victory_status" VARCHAR,
"winner" VARCHAR,
"time_increment" VARCHAR,
"white_id" VARCHAR,
"white_rating" BIGINT,
"black_id" VARCHAR,
"black_rating" BIGINT,
"moves" VARCHAR,
"opening_code" VARCHAR,
"opening_moves" BIGINT,
"opening_fullname" VARCHAR,
"opening_shortname" VARCHAR,
"opening_response" VARCHAR,
"opening_variation" VARCHAR
);
Anyone who has the link will be able to view this.