File size: 1,151 Bytes
93732d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48cee76
0047ea2
 
48cee76
0047ea2
48cee76
93732d8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
license: cc-by-4.0
task_categories:
- tabular-classification
- tabular-regression
language:
- en
tags:
- cs2
- counter-strike
- esports
- sports-analytics
- competitive-gaming
size_categories:
- 1K<n<10K
---

# CounterQuant-CS2-Bronze — 2024

**Institutional-grade CS2 competitive match data for 2024.**

Professional match results, per-map scores, and player statistics
for Tier 1 and Tier 2 CS2 competitions.

## Dataset Structure

| File | Description | Rows |
|------|-------------|------|
| `matches_2024.parquet` | Match results (teams, winner, event, tier) | 9,248 |
| `maps_2024.parquet` | Per-map round scores | 7,063 |
| `player_map_stats_2024.parquet` | Per-player per-map stats (K/D/ADR/KAST/Rating) | 40,059 |
| `players_2024.parquet` | Player directory (HLTV IDs, IGNs) | 862 |
| `teams_2024.parquet` | Team directory | 891 |
| `events_2024.parquet` | Tournament/event directory | 636 |

## Data Source
Scraped from HLTV.org using puppeteer with Cloudflare bypass.
Player stats use HLTV Rating 3.0.

## License
CC-BY-4.0 — free to use with attribution.

## CounterQuant
cs2quant.kedevo.com | Quantitative CS2 analytics platform.