Baselight

CS:GO Esport Matches: Round Data - HLTV.org

Data for 74929 rounds of esport matches

@kaggle.livanoff_csgo_esport_matches_round_data

Loading...
Loading...

About this Dataset

CS:GO Esport Matches: Round Data - HLTV.org

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.

Tables

Dataset

@kaggle.livanoff_csgo_esport_matches_round_data.dataset
  • 1.46 MB
  • 74,929 rows
  • 21 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.