Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ The dataset contains the following columns:
|
|
41 |
- **game**: The name of the game being reviewed.
|
42 |
- **review**: The text of the Steam review.
|
43 |
- **author_playtime_at_review**: The number of hours the author had played the game at the time of writing the review.
|
44 |
-
- **voted_up**: Whether the user marked the review as positive (True) or negative (False).
|
45 |
- **votes_up**: The number of upvotes the review received from other users.
|
46 |
- **votes_funny**: The number of "funny" votes the review received from other users.
|
47 |
- **constructive**: A binary label indicating whether the review was constructive (1) or not (0).
|
|
|
41 |
- **game**: The name of the game being reviewed.
|
42 |
- **review**: The text of the Steam review.
|
43 |
- **author_playtime_at_review**: The number of hours the author had played the game at the time of writing the review.
|
44 |
+
- **voted_up**: Whether the user marked the review/the game as positive (True) or negative (False).
|
45 |
- **votes_up**: The number of upvotes the review received from other users.
|
46 |
- **votes_funny**: The number of "funny" votes the review received from other users.
|
47 |
- **constructive**: A binary label indicating whether the review was constructive (1) or not (0).
|