Welcome to the Steam Library Analysis project! This comprehensive analysis dives into user behavior, game popularity, and platform trends using data from Steam, one of the largest PC gaming platforms.
In this project, we:
- Analyzed user engagement patterns, including game ownership, playtime, and reviews.
- Examined game ratings, pricing dynamics, and seasonal trends.
- Derived insights to aid game developers in optimizing their strategies for pricing, user engagement, and platform compatibility.
🚀 Motivation: With the growth of the gaming industry and upcoming trends like virtual reality, this analysis provides valuable insights into user preferences and game dynamics.
- Average game ownership: 124 games per user.
- Playtime per game: ~1.3 hours (much lower than average game completion time).
- Average reviews per user: Only 3% of owned games are reviewed.
- Top games like Lost Ark, Elden Ring, and Mount & Blade II: Bannerlord dominate in playtime and user engagement.
- October is the most popular month for new game releases, aligning with holiday season trends.
- Windows is the dominant operating system among users (2.85M), followed by Mac (423K) and Linux (210K).
- Windows-exclusive games are ~$5 cheaper on average compared to cross-platform titles.
Data was collected from the Steam API and includes:
- Games table: Details like release date, price, OS compatibility, and reviews.
- Users table: User-specific data on purchases, reviews, and playtime.
- Recommendations table: User ratings and engagement metrics.
- Null values were addressed, and duplicate entries were removed.
- Users without purchases were excluded to focus on meaningful data.
- The dataset was filtered for the year 2022 to ensure consistency.
Explore the interactive visualizations via Tableau: Steam Library Dashboard.
-
What is the average playtime and reviews per user?
- Users spend an average of 162 hours per year across their owned games.
- Most users leave reviews for less than 3% of their games.
-
Which games have the highest engagement?
- Lost Ark leads with over 27M hours played in 2022.
-
What is the impact of ratings on user engagement?
- Games with positive ratings attract significantly higher engagement and reviews.
-
How do game prices vary across platforms?
- Cross-platform games are more expensive (
$30) compared to Windows-only titles ($25).
- Cross-platform games are more expensive (
-
What are the most reviewed games?
- Titles like Counter-Strike: Global Offensive and Terraria have garnered millions of reviews.
- Incomplete Data: Missing metrics like gameplay mechanics limited in-depth analysis.
- Limited Timeframe: Analyzing data for a single year (2022) restricted longitudinal insights.
- BigQuery: For data querying and transformations.
- Python: Data cleaning and exploratory analysis.
- Tableau: Interactive visualizations and dashboards.
- Machine Learning Models: Predict user engagement based on game features.
- Deeper Behavioral Analysis: Study the correlation between game ratings and purchase patterns.
- Interactive App: Build a dashboard to allow real-time exploration of game trends.