Skip to content

Commit fd5a594

Browse files
authored
Create README.md
1 parent 9adeaf0 commit fd5a594

File tree

1 file changed

+38
-0
lines changed
  • Data Analysis/Real-Time Google Play Store Data Analytics Dashboard - Python.

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# 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`.
29+
30+
## Libraries Used
31+
- Pandas
32+
- Plotly Express
33+
- NLTK
34+
- webbrowser
35+
- Numpy
36+
- os
37+
38+

0 commit comments

Comments
 (0)