Skip to content

Commit 7efecbc

Browse files
authored
Update README.md
1 parent 8fd5aa7 commit 7efecbc

File tree

1 file changed

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

1 file changed

+6
-3
lines changed

Data Analysis/Real-Time Google Play Store Data Analytics Dashboard - Python./README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Real-Time Google Play Store Data Analytics Dashboard
22

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.
3+
This project provides a real-time data analytics dashboard for the Google Play Store, built using Python. The dashboard presents interactive visualizations based on Google Play Store app data and user reviews.
44

55
## Project Structure
6-
- `Real_Time_Google_Play_Store_Data_Analytics_Dashboard_Python.ipynb`- Contains the .ipynb file.
6+
- `Real_Time_Google_Play_Store_Data_Analytics_Dashboard_Python.ipynb`- Contains the .ipynb file (Jupyter notebook).
77
- `Datasets/`
88
- `play_store.csv` - Contains data of Google Play Store apps.
99
- `user_reviews.csv` - Contains user reviews of apps.
10-
- `README.md`
1110

1211
## Methodology
1312
The analysis and dashboard creation is done in the accompanying `.ipynb` notebook, with the following steps:
@@ -35,4 +34,8 @@ Running the code generates a `dashboard.html` file that contains the final dashb
3534
- Numpy
3635
- os
3736

37+
## Demo Video - Interactive Dashboard
38+
39+
https://github.com/user-attachments/assets/79ed7470-4084-4ca4-a2bf-5b59c927667f
40+
3841

0 commit comments

Comments
 (0)