CS:GO Match History
History of matches between teams in the game Counter Strike: Global Offensive
@kaggle.artem1337_csgo_matches
History of matches between teams in the game Counter Strike: Global Offensive
@kaggle.artem1337_csgo_matches
CREATE TABLE data_stat_all_maps (
"unnamed_0" BIGINT,
"match_url" VARCHAR,
"url_team1" VARCHAR,
"url_team2" VARCHAR,
"event_url" VARCHAR,
"players_url_1" VARCHAR,
"players_url_2" VARCHAR,
"total_maps" BIGINT,
"maps_played" BIGINT,
"maps_url" VARCHAR,
"maps_name" VARCHAR,
"score1_maps" VARCHAR,
"score2_maps" VARCHAR,
"picks" VARCHAR,
"date" TIMESTAMP,
"score1" BIGINT,
"score2" BIGINT,
"h2h_wins1" BIGINT,
"h2h_wins2" BIGINT,
"rank1" VARCHAR,
"rank2" VARCHAR,
"last_maps1_score_team1" BIGINT,
"last_maps1_opponent_score_team1" BIGINT,
"last_maps2_score_team1" BIGINT,
"last_maps2_opponent_score_team1" BIGINT,
"last_maps3_score_team1" BIGINT,
"last_maps3_opponent_score_team1" BIGINT,
"last_maps4_score_team1" BIGINT,
"last_maps4_opponent_score_team1" BIGINT,
"last_maps5_score_team1" BIGINT,
"last_maps5_opponent_score_team1" BIGINT,
"last_maps6_score_team1" BIGINT,
"last_maps6_opponent_score_team1" BIGINT,
"last_maps7_score_team1" BIGINT,
"last_maps7_opponent_score_team1" BIGINT,
"last_maps8_score_team1" BIGINT,
"last_maps8_opponent_score_team1" BIGINT,
"last_maps9_score_team1" BIGINT,
"last_maps9_opponent_score_team1" BIGINT,
"last_maps10_score_team1" BIGINT,
"last_maps10_opponent_score_team1" BIGINT,
"last_maps11_score_team1" BIGINT,
"last_maps11_opponent_score_team1" BIGINT,
"last_maps12_score_team1" BIGINT,
"last_maps12_opponent_score_team1" BIGINT,
"last_maps13_score_team1" BIGINT,
"last_maps13_opponent_score_team1" BIGINT,
"last_maps14_score_team1" BIGINT,
"last_maps14_opponent_score_team1" BIGINT,
"last_maps15_score_team1" BIGINT,
"last_maps15_opponent_score_team1" BIGINT,
"last_maps16_score_team1" BIGINT,
"last_maps16_opponent_score_team1" BIGINT,
"last_maps17_score_team1" BIGINT,
"last_maps17_opponent_score_team1" BIGINT,
"last_maps18_score_team1" BIGINT,
"last_maps18_opponent_score_team1" BIGINT,
"last_maps19_score_team1" BIGINT,
"last_maps19_opponent_score_team1" BIGINT,
"last_maps20_score_team1" BIGINT,
"last_maps20_opponent_score_team1" BIGINT,
"last_maps1_score_team2" BIGINT,
"last_maps1_opponent_score_team2" BIGINT,
"last_maps2_score_team2" BIGINT,
"last_maps2_opponent_score_team2" BIGINT,
"last_maps3_score_team2" BIGINT,
"last_maps3_opponent_score_team2" BIGINT,
"last_maps4_score_team2" BIGINT,
"last_maps4_opponent_score_team2" BIGINT,
"last_maps5_score_team2" BIGINT,
"last_maps5_opponent_score_team2" BIGINT,
"last_maps6_score_team2" BIGINT,
"last_maps6_opponent_score_team2" BIGINT,
"last_maps7_score_team2" BIGINT,
"last_maps7_opponent_score_team2" BIGINT,
"last_maps8_score_team2" BIGINT,
"last_maps8_opponent_score_team2" BIGINT,
"last_maps9_score_team2" BIGINT,
"last_maps9_opponent_score_team2" BIGINT,
"last_maps10_score_team2" BIGINT,
"last_maps10_opponent_score_team2" BIGINT,
"last_maps11_score_team2" BIGINT,
"last_maps11_opponent_score_team2" BIGINT,
"last_maps12_score_team2" BIGINT,
"last_maps12_opponent_score_team2" BIGINT,
"last_maps13_score_team2" BIGINT,
"last_maps13_opponent_score_team2" BIGINT,
"last_maps14_score_team2" BIGINT,
"last_maps14_opponent_score_team2" BIGINT,
"last_maps15_score_team2" BIGINT,
"last_maps15_opponent_score_team2" BIGINT,
"last_maps16_score_team2" BIGINT,
"last_maps16_opponent_score_team2" BIGINT,
"last_maps17_score_team2" BIGINT,
"last_maps17_opponent_score_team2" BIGINT,
"last_maps18_score_team2" BIGINT,
"last_maps18_opponent_score_team2" BIGINT,
"last_maps19_score_team2" BIGINT,
"last_maps19_opponent_score_team2" BIGINT,
"last_maps20_score_team2" BIGINT
);
Anyone who has the link will be able to view this.