Link to Interactive Tableau Dashboard:
This repository contains Google Play Store Analysis using Python!
Data Directory: It contains Dataset for the analysis. It has apps.csv which contains informationa about the Apps and user_reviews.csv contains reviews about the App.
Notebook contains all the steps done in chronological order:
Data Loading -> Data Cleaning -> Feature Extraction -> Feature Engineering -> Exploratory Data Analysis -> Data Exploration!
Further Enhancements:
- Using Machine Learning Algos to predict the rating based on other features! (Regression)
- Classifying whether an App is Paid or Free! (Classification)
- Clustering Similar Apps together. (Clustering)