CS:GO Esport Matches: Round Data - HLTV.org
Data for 74929 rounds of esport matches
@kaggle.livanoff_csgo_esport_matches_round_data
Data for 74929 rounds of esport matches
@kaggle.livanoff_csgo_esport_matches_round_data
The dataset consists of round-by-round data, the dataset totals 74929 rounds of CS:GO esport matches. Each round includes information about the map, round number, the number of rounds won CT and T, the name of the teams on each side, the winning and losing side and the team, buy type and cost.
This dataset was obtained by scraping data from hltv.org.
CREATE TABLE dataset (
"unnamed_0" BIGINT -- Unnamed: 0,
"mapname" VARCHAR,
"roundnum" BIGINT,
"tscore" BIGINT,
"ctscore" BIGINT,
"endtscore" BIGINT,
"endctscore" BIGINT,
"ctteam" VARCHAR,
"tteam" VARCHAR,
"roundendreason" VARCHAR,
"ctfreezetimeendeqval" BIGINT,
"ctroundstarteqval" BIGINT,
"ctroundspendmoney" BIGINT,
"ctbuytype" VARCHAR,
"tfreezetimeendeqval" BIGINT,
"troundstarteqval" BIGINT,
"troundspendmoney" BIGINT,
"tbuytype" VARCHAR,
"winningside" VARCHAR,
"winningteam" VARCHAR,
"losingteam" VARCHAR
);Anyone who has the link will be able to view this.