Unit293's picture
Upload README.md with huggingface_hub
0047ea2 verified
---
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.