steambans / README.md
nyuuzyou's picture
Upload folder using huggingface_hub
2b20be6 verified
metadata
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