Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- gaming
|
| 5 |
+
- analytics
|
| 6 |
+
- behavior
|
| 7 |
+
- user-behavior
|
| 8 |
+
- dataset
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
---
|
| 12 |
+
# Cross-Title Player Behavior Dataset (PC Gaming)
|
| 13 |
+
|
| 14 |
+
This dataset captures player behavior across multiple PC games.
|
| 15 |
+
|
| 16 |
+
It focuses on how players move between titles, how their engagement concentrates, and how behavior differs across genres.
|
| 17 |
+
|
| 18 |
+
Unlike traditional game analytics datasets, this is structured around cross-title behavioral patterns rather than isolated in-game metrics.
|
| 19 |
+
|
| 20 |
+
## Included
|
| 21 |
+
|
| 22 |
+
- Player → game relationships
|
| 23 |
+
- Session counts and duration
|
| 24 |
+
- Genre-level interaction signals
|
| 25 |
+
- Behavior clustering with confidence scores
|
| 26 |
+
|
| 27 |
+
## Key Fields
|
| 28 |
+
|
| 29 |
+
- user_id (anonymized)
|
| 30 |
+
- game_title
|
| 31 |
+
- genre
|
| 32 |
+
- total_playtime_hours
|
| 33 |
+
- session_count
|
| 34 |
+
- avg_session_minutes
|
| 35 |
+
- first_played / last_played
|
| 36 |
+
- gs_behavior_profile
|
| 37 |
+
- behavior_confidence
|
| 38 |
+
|
| 39 |
+
## Use Cases
|
| 40 |
+
|
| 41 |
+
- Audience quality analysis
|
| 42 |
+
- Cross-title migration patterns
|
| 43 |
+
- Portfolio overlap detection
|
| 44 |
+
- Retention signal discovery
|
| 45 |
+
|
| 46 |
+
## Access
|
| 47 |
+
|
| 48 |
+
This is a sample dataset.
|
| 49 |
+
|
| 50 |
+
Full dataset (larger scale, longitudinal, cross-platform) is available on request.
|
| 51 |
+
|
| 52 |
+
👉 https://gamespective.com
|
| 53 |
+
|
| 54 |
+
license: cc-by-4.0
|
| 55 |
+
---
|