Update docs/DATA_DICTIONARY.md
Browse filesUpdated feature descriptions to be more accurate.
- docs/DATA_DICTIONARY.md +5 -5
docs/DATA_DICTIONARY.md
CHANGED
|
@@ -31,7 +31,7 @@ All percentages are on **0β100** scale.
|
|
| 31 |
| `podt_t` | float | % (0β100) | **Proportion of Deaths Traded** on T within a 5s window. |
|
| 32 |
| `podt_ct` | float | % (0β100) | PODT on CT. |
|
| 33 |
| `podt_overall` | float | % (0β100) | Round-weighted across sides. |
|
| 34 |
-
| `pokt_t` | float | % (0β100) | **Proportion of Kills
|
| 35 |
| `pokt_ct` | float | % (0β100) | POKT on CT. |
|
| 36 |
| `pokt_overall` | float | % (0β100) | Round-weighted across sides. |
|
| 37 |
|
|
@@ -53,10 +53,10 @@ With 5 players and no ties, the set is `{0.2, 0.4, 0.6, 0.8, 1.0}` where **highe
|
|
| 53 |
|
| 54 |
| Column | Type | Range | Definition |
|
| 55 |
|-------------------------|-------|---------|------------|
|
| 56 |
-
| `adnt_rank_t` | float | 0.2β1.0 | **Average Distance
|
| 57 |
| `adnt_rank_ct` | float | 0.2β1.0 | ADNT rank on CT. |
|
| 58 |
| `adnt_rank_overall` | float | 0.2β1.0 | Round-weighted rank across sides. |
|
| 59 |
-
| `adat_rank_t` | float | 0.2β1.0 | **Distance from
|
| 60 |
| `adat_rank_ct` | float | 0.2β1.0 | ADAT rank on CT. |
|
| 61 |
| `adat_rank_overall` | float | 0.2β1.0 | Round-weighted rank across sides. |
|
| 62 |
|
|
@@ -68,8 +68,8 @@ With 5 players and no ties, the set is `{0.2, 0.4, 0.6, 0.8, 1.0}` where **highe
|
|
| 68 |
|
| 69 |
| Column | Type | Description |
|
| 70 |
|----------------|--------|-------------|
|
| 71 |
-
| `role_t` | string | T-side role (
|
| 72 |
-
| `role_ct` | string | CT-side role (
|
| 73 |
| `role_overall` | string | Overall/primary role label. |
|
| 74 |
|
| 75 |
> **Source:** Roles are adapted from [**Harry Richardsβ Positions Database**](https://public.tableau.com/app/profile/harry.richards4213/viz/OLDPositionsDatabaseArchived/PositionsDatabaseNER0cs) (credited; see README). Some entries may be missing where a mapping was not available. Some may have been attributed by **Jamie Packer** personally.
|
|
|
|
| 31 |
| `podt_t` | float | % (0β100) | **Proportion of Deaths Traded** on T within a 5s window. |
|
| 32 |
| `podt_ct` | float | % (0β100) | PODT on CT. |
|
| 33 |
| `podt_overall` | float | % (0β100) | Round-weighted across sides. |
|
| 34 |
+
| `pokt_t` | float | % (0β100) | **Proportion of Kills which were Trades** on T within a 5s window. |
|
| 35 |
| `pokt_ct` | float | % (0β100) | POKT on CT. |
|
| 36 |
| `pokt_overall` | float | % (0β100) | Round-weighted across sides. |
|
| 37 |
|
|
|
|
| 53 |
|
| 54 |
| Column | Type | Range | Definition |
|
| 55 |
|-------------------------|-------|---------|------------|
|
| 56 |
+
| `adnt_rank_t` | float | 0.2β1.0 | **Average Distance from Nearest Teammate** β team-relative rank on T (higher = more isolated). |
|
| 57 |
| `adnt_rank_ct` | float | 0.2β1.0 | ADNT rank on CT. |
|
| 58 |
| `adnt_rank_overall` | float | 0.2β1.0 | Round-weighted rank across sides. |
|
| 59 |
+
| `adat_rank_t` | float | 0.2β1.0 | **Average Distance from Average Teammate** β team-relative rank on T (higher = further from centre). |
|
| 60 |
| `adat_rank_ct` | float | 0.2β1.0 | ADAT rank on CT. |
|
| 61 |
| `adat_rank_overall` | float | 0.2β1.0 | Round-weighted rank across sides. |
|
| 62 |
|
|
|
|
| 68 |
|
| 69 |
| Column | Type | Description |
|
| 70 |
|----------------|--------|-------------|
|
| 71 |
+
| `role_t` | string | T-side role (Spacetaker/Lurker/Half-Lurker/AWPer). |
|
| 72 |
+
| `role_ct` | string | CT-side role (Anchor/Rotator/Mixed/AWPer). |
|
| 73 |
| `role_overall` | string | Overall/primary role label. |
|
| 74 |
|
| 75 |
> **Source:** Roles are adapted from [**Harry Richardsβ Positions Database**](https://public.tableau.com/app/profile/harry.richards4213/viz/OLDPositionsDatabaseArchived/PositionsDatabaseNER0cs) (credited; see README). Some entries may be missing where a mapping was not available. Some may have been attributed by **Jamie Packer** personally.
|