Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- cs2
|
| 10 |
+
- counter-strike
|
| 11 |
+
- esports
|
| 12 |
+
- sports-analytics
|
| 13 |
+
- competitive-gaming
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# CounterQuant-CS2-Bronze — 2024
|
| 19 |
+
|
| 20 |
+
**Institutional-grade CS2 competitive match data for 2024.**
|
| 21 |
+
|
| 22 |
+
Professional match results, per-map scores, and player statistics
|
| 23 |
+
for Tier 1 and Tier 2 CS2 competitions.
|
| 24 |
+
|
| 25 |
+
## Dataset Structure
|
| 26 |
+
|
| 27 |
+
| File | Description | Rows |
|
| 28 |
+
|------|-------------|------|
|
| 29 |
+
| `matches_2024.parquet` | Match results (teams, winner, event, tier) | 0 |
|
| 30 |
+
| `maps_2024.parquet` | Per-map round scores | 0 |
|
| 31 |
+
| `player_map_stats_2024.parquet` | Per-player per-map stats (K/D/ADR/KAST/Rating) | 0 |
|
| 32 |
+
| `players_2024.parquet` | Player directory (HLTV IDs, IGNs) | 0 |
|
| 33 |
+
| `teams_2024.parquet` | Team directory | 0 |
|
| 34 |
+
| `events_2024.parquet` | Tournament/event directory | 0 |
|
| 35 |
+
|
| 36 |
+
## Data Source
|
| 37 |
+
Scraped from HLTV.org using puppeteer with Cloudflare bypass.
|
| 38 |
+
Player stats use HLTV Rating 3.0.
|
| 39 |
+
|
| 40 |
+
## License
|
| 41 |
+
CC-BY-4.0 — free to use with attribution.
|
| 42 |
+
|
| 43 |
+
## CounterQuant
|
| 44 |
+
cs2quant.kedevo.com | Quantitative CS2 analytics platform.
|