File size: 2,517 Bytes
7daa51f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2b20be6
 
7daa51f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2b20be6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
annotations_creators:
- machine-generated
language:
- en
license:
- cc0-1.0
multilinguality:
- monolingual
pretty_name: Steam User Bans Dataset
size_categories:
- 100K<n<1M
source_datasets:
- original
task_categories:
- tabular-classification
- tabular-regression
task_ids:
- multi-label-classification
---

# Dataset Card for Steam User Bans

### Dataset Summary

This dataset contains information about 476,694 Steam users, including their profile details, ban status, and gaming activity. The data was collected from the Steam platform and includes information such as Steam ID, profile URL, username, avatar, account creation date, visibility state, VAC and game bans, economy ban status, time since last ban, Steam level, friend count, game count, total playtime, and CS2 playtime.

### Languages

The dataset is primarily in English, with user-generated content (such as usernames) potentially in multiple languages.

## Dataset Structure

### Data Fields

This dataset includes the following fields:

- `steam_id`: Unique Steam ID of the user (string)
- `profile_url`: URL of the user's Steam profile (string)
- `personaname`: Username or display name of the user (string)
- `avatar`: URL of the user's avatar image (string)
- `timecreated`: Timestamp of account creation (string)
- `communityvisibilitystate`: Visibility state of the user's profile (integer)
- `vac_bans`: Number of VAC (Valve Anti-Cheat) bans (integer)
- `game_bans`: Number of game bans (integer)
- `economy_ban`: Status of economy ban (string)
- `last_ban`: Days since the last ban (integer)
- `steam_level`: Steam level of the user (integer)
- `friends_count`: Number of friends on the user's friend list (integer)
- `game_count`: Number of games owned by the user (integer)
- `total_playtime`: Total playtime across all games (integer)
- `cs2_playtime`: Playtime in Counter-Strike 2 (integer)

### Data Splits

All examples are in a single split.

## Additional Information

### License

This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:

* Use it for any purpose, including commercial projects.
* Modify it however you like.
* Distribute it without asking permission.

No attribution is required, but it's always appreciated!

CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en

To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/

### Dataset Curators

- [nyuuzyou](https://ducks.party)