RobloxUsersData / dataset.yaml
Arnold james
Create dataset.yaml
5cf4fa5 verified
raw
history blame
2.1 kB
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.