{
  "dataset_name": "Steam Game Recommendations",
  "last_updated": "2025-01-20",
  "source": "Steam Store user reviews (likely via Kaggle or SteamSpy)",
  "record_count": 41154794,
  "fields": {
    "app_id": "Steam application ID (foreign key to games.csv)",
    "helpful": "Number of users who found the review helpful",
    "funny": "Number of users who found the review funny",
    "date": "Date the review was posted (YYYY-MM-DD)",
    "is_recommended": "Whether the user recommends the game (true/false)",
    "hours": "Hours played at time of review",
    "user_id": "Reviewer user ID (foreign key to users.csv)",
    "review_id": "Unique review identifier"
  },
  "notes": "41.1 million Steam user reviews/recommendations. File is 1.9 GB. Links to games.csv via app_id and to users.csv via user_id. Includes playtime and helpfulness metrics."
}
