Unit293 commited on
Commit
48cee76
·
verified ·
1 Parent(s): 93732d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -26,12 +26,12 @@ for Tier 1 and Tier 2 CS2 competitions.
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.
 
26
 
27
  | File | Description | Rows |
28
  |------|-------------|------|
29
+ | `matches_2024.parquet` | Match results (teams, winner, event, tier) | 9,248 |
30
+ | `maps_2024.parquet` | Per-map round scores | 7,039 |
31
+ | `player_map_stats_2024.parquet` | Per-player per-map stats (K/D/ADR/KAST/Rating) | 39,946 |
32
+ | `players_2024.parquet` | Player directory (HLTV IDs, IGNs) | 862 |
33
  | `teams_2024.parquet` | Team directory | 0 |
34
+ | `events_2024.parquet` | Tournament/event directory | 636 |
35
 
36
  ## Data Source
37
  Scraped from HLTV.org using puppeteer with Cloudflare bypass.