An open API service indexing awesome lists of open source software.

https://github.com/jnnjenga/video-game-analysis

Performs exploratory data analysis on a video game dataset, examining titles, release dates, teams, ratings, genres, and user engagement metrics to uncover trends, popular genres, and developer insights.
https://github.com/jnnjenga/video-game-analysis

data-analysis data-science dataset eda exploratory-data-analysis game-analysis games genres jupyter-notebook pandas python trends user-engagement video-game visualization

Last synced: 2 months ago
JSON representation

Performs exploratory data analysis on a video game dataset, examining titles, release dates, teams, ratings, genres, and user engagement metrics to uncover trends, popular genres, and developer insights.

Awesome Lists containing this project

README

          

# Video Game Analysis

This notebook explores a video game dataset, analyzing titles, release dates, developers, ratings, genres, and user engagement (plays, backlogs, wishlists). It uncovers trends, popular genres, and developer insights through data cleaning and summary statistics.

## How to Run

1. Open `Video-game-analysis.ipynb` in Jupyter Notebook.
2. Run all cells to reproduce the analysis.

## Requirements

- Python 3.x
- pandas
- numpy
- (Optional) matplotlib, seaborn