Jamie-Packer commited on
Commit
131ea20
Β·
verified Β·
1 Parent(s): 71a1bf9

Update docs/DATA_DICTIONARY.md

Browse files

Updated feature descriptions to be more accurate.

Files changed (1) hide show
  1. 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 Traded** 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,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 to 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 | **Distance from Team Centre (centroid)** β€” 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,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 (e.g., Spacetaker/Lurker/AWPer/IGL/Flex/etc.). |
72
- | `role_ct` | string | CT-side role (e.g., Anchor/Rotator/Mixed/etc.). |
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.