File size: 2,098 Bytes
5cf4fa5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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.