RobloxUsersData / README.md
ZelonPrograms's picture
Update README.md
12b1d79 verified
|
raw
history blame
3.79 kB
metadata
license: mit
language:
  - ae
  - an
  - ar
  - en
size_categories:
  - n<1K
dataset_info:
  id: roblox_user_dataset
  description: >
    This dataset includes user information from the Roblox platform, including
    various social metrics.

    **Warning**: Not all data may be collected correctly. Users should be aware
    of this limitation when utilizing the dataset.
  features:
    - name: user_id
      type: int64
      description: Unique identifier for the user.
    - name: username
      type: string
      description: The username of the user.
    - name: display_name
      type: string
      description: The display name of the user.
    - name: bio
      type: string
      description: Biography or personal description of the user.
    - name: created_date
      type: string
      description: The date the account was created (ISO 8601 format).
    - name: is_banned
      type: boolean
      description: Indicates if the user is banned (True/False).
    - name: has_verified_badge
      type: boolean
      description: Indicates if the user has a verified badge (True/False).
    - name: badges_count
      type: int64
      description: Number of badges the user has.
    - name: friends_count
      type: int64
      description: Number of friends the user has.
    - name: followers_count
      type: int64
      description: Number of followers the user has.
    - name: following_count
      type: int64
      description: Number of accounts the user is following.
    - name: groups_count
      type: int64
      description: Number of groups the user is a part of.
    - name: groups
      type: list
      description: List of groups the user is a member of.
    - name: avatar_url
      type: string
      description: URL of the user's avatar.
    - name: last_online
      type: string
      description: The last time the user was online.
    - name: premium_status
      type: boolean
      description: Indicates if the user has a premium account (True/False).
    - name: account_age_days
      type: int64
      description: The age of the account in days.
    - name: url
      type: string
      description: URL link to the user's profile.

Roblox User Dataset

Warning: Not all data may be collected correctly. Users should be aware of this limitation when utilizing the dataset. All of this was scraped, without permision of the users or company.

This dataset contains information about Roblox users, including their user ID, username, display name, account status, and social metrics.

Dataset Overview

  • user_id: Unique identifier for the user
  • username: The username of the user
  • display_name: The display name of the user
  • bio: Biography or personal description of the user
  • created_date: The date the account was created
  • is_banned: Indicates if the user is banned (True/False)
  • has_verified_badge: Indicates if the user has a verified badge (True/False)
  • badges_count: Number of badges the user has
  • friends_count: Number of friends the user has
  • followers_count: Number of followers the user has
  • following_count: Number of accounts the user is following
  • groups_count: Number of groups the user is a part of
  • groups: List of groups the user is a member of
  • avatar_url: URL of the user's avatar
  • last_online: The last time the user was online
  • premium_status: Indicates if the user has a premium account (True/False)
  • account_age_days: The age of the account in days
  • url: URL link to the user's profile

Usage

This dataset can be used for research in social network analysis, gaming community studies, Artifical Intelegence Data or research, and user behavior analytics within the Roblox platform.

License

MIT, Look it up if you need too.