metadata
license: cc-by-4.0
language:
- en
tags:
- cs2
- counter-strike
- esports
- gaming
pretty_name: CS2 Playstyle Dataset (2024)
size_categories:
- n<1K
CS2 Playstyle Dataset (2024)
Author: Jamie Packer
License: CC BY 4.0
Source: GitHub Repository
Overview
This dataset captures player playstyle features and role labels from professional Counter-Strike 2 matches in 2024.
It includes aggregated player-level metrics describing opening attempts, trading behaviour, time-alive-per-death,
and team-relative positioning features (ADNT, ADAT) derived from parsed demo files usingawpy.
Designed for clustering, player profiling, and role-based analysis.
Contents
| File | Description |
|---|---|
data/cs2_playstyle_roles_2024.csv |
Main dataset (player-level records). |
docs/DATA_DICTIONARY.md |
Feature definitions and schema. |
LICENSE |
Creative Commons Attribution 4.0 International. |
Data coverage
- Demos: Professional matches played in 2024, parsed with
awpy.
Some demos are excluded if missing or failed to parse. - Roles: Adapted from Harry Richards’ Positions Database.
Players not covered in that source are left blank inrole_t,role_ct, orrole_overall.
Quick start
import pandas as pd
df = pd.read_csv("data/cs2_playstyle_roles_2024.csv")
df.head()
Citation
If you use this dataset, please cite:
Jamie Packer (2024). CS2 Playstyle Dataset (2024). Zenodo. DOI: 10.5281/zenodo.17264782
Also credit Harry Richards’ Positions Database
when using the role labels.