You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Real-Time Google Play Store Data Analytics Dashboard
2
+
3
+
This project provides a real-time data analytics dashboard for Google Play Store, built using Python. The dashboard presents interactive visualizations based on Google Play Store app data and user reviews.
4
+
5
+
## Project Structure
6
+
-`Google_Play_Store_Dashboard.ipynb`- Contains the .ipynb file.
7
+
-`Datasets/`
8
+
-`play_store.csv` - Contains data of Google Play Store apps.
9
+
-`user_reviews.csv` - Contains user reviews of apps.
10
+
-`README.md`
11
+
12
+
## Methodology
13
+
The analysis and dashboard creation is done in the accompanying `.ipynb` notebook, with the following steps:
14
+
15
+
1.**Dataset Loading**: Load both datasets (`play_store.csv` and `user_reviews.csv`).
16
+
2.**Data Cleaning & Transformation**: Remove inconsistencies, handle missing values, and transform the data.
17
+
3.**Merged Dataset**: Combine both datasets to create a final dataset for analysis.
18
+
4.**Sentiment Analysis**: Performed sentiment analysis on user reviews.
19
+
5.**Visualization**: Used Plotly to create 10 interactive plots for detailed insights.
20
+
6.**Dashboard Creation**: A web-based dashboard was created using HTML and CSS.
21
+
22
+
## Output
23
+
Running the code generates a `dashboard.html` file that contains the final dashboard with interactive visualizations.
24
+
25
+
## How to Run
26
+
1. Clone the repository.
27
+
2. Run the `.ipynb` notebook.
28
+
3. The dashboard will be saved as `dashboard.html`.
0 commit comments