This Jupyter Notebook contains an analysis of Google Play Store apps using Python's Pandas and Matplotlib libraries. The analysis provides insights into the dataset, explores trends, and visualizes data to gain a better understanding of the Google Play Store apps landscape.
- Environment: Anaconda env
- Application: Jupyter notebook
- Language used: Python 3
- Libraries: Pandas, Matplotlib
To run the notebook and reproduce the analysis on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/Rohit177/Google-play-store-apps-Pandas-analysis cd Google-play-store-apps-Pandas-analysis -
Install the required dependencies. You can use
piporcondato install them:pip install jupyter pandas matplotlib
or
conda install jupyter pandas matplotlib
-
Start Jupyter Notebook:
jupyter notebook
This will open Jupyter Notebook in your web browser.
-
Open the
Google_Play_Store_Apps_Analysis.ipynbnotebook and run the cells to execute the analysis.
The dataset used in this analysis is in the form of CSV File which is available here: Link: https://www.kaggle.com/datasets/lava18/google-play-store-apps Source: Kaggle.com
You can use this analysis as a reference for working with Pandas and Matplotlib on your own datasets or as a starting point for your data analysis projects.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request.
Happy analyzing!