Arnold james
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Roblox User Dataset
|
2 |
+
|
3 |
+
**Warning**: Not all data may be collected correctly. Users should be aware of this limitation when utilizing the dataset.
|
4 |
+
|
5 |
+
This dataset contains information about Roblox users, including their user ID, username, display name, account status, and social metrics.
|
6 |
+
|
7 |
+
## Dataset Overview
|
8 |
+
|
9 |
+
- **user_id**: Unique identifier for the user
|
10 |
+
- **username**: The username of the user
|
11 |
+
- **display_name**: The display name of the user
|
12 |
+
- **bio**: Biography or personal description of the user
|
13 |
+
- **created_date**: The date the account was created
|
14 |
+
- **is_banned**: Indicates if the user is banned (True/False)
|
15 |
+
- **has_verified_badge**: Indicates if the user has a verified badge (True/False)
|
16 |
+
- **badges_count**: Number of badges the user has
|
17 |
+
- **friends_count**: Number of friends the user has
|
18 |
+
- **followers_count**: Number of followers the user has
|
19 |
+
- **following_count**: Number of accounts the user is following
|
20 |
+
- **groups_count**: Number of groups the user is a part of
|
21 |
+
- **groups**: List of groups the user is a member of
|
22 |
+
- **avatar_url**: URL of the user's avatar
|
23 |
+
- **last_online**: The last time the user was online
|
24 |
+
- **premium_status**: Indicates if the user has a premium account (True/False)
|
25 |
+
- **account_age_days**: The age of the account in days
|
26 |
+
- **url**: URL link to the user's profile
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
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.
|
31 |
+
|
32 |
+
## License
|
33 |
+
|
34 |
+
MIT, Look it up if you need too.
|