This project aims to analyze the Google Play Store app rating data using Python programming language.
The dataset used in this project is "googleplaystore.csv" which can be downloaded from here.
This project requires the following libraries:
- pandas
- numpy
- matplotlib
- seaborn
To install the required libraries, run the following command:
pip install -r requirements.txt
To run the project, run the following command:
python app.py
This will generate a number of visualizations that explore different aspects of the data.
The results of this analysis can be found in the "results" directory. This includes a number of visualizations that explore different aspects of the data.
This project is licensed under the MIT License - see the LICENSE file for details.