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
Copy file name to clipboardExpand all lines: Data Analysis/Real-Time Google Play Store Data Analytics Dashboard - Python./README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# Real-Time Google Play Store Data Analytics Dashboard
2
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.
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.
4
4
5
5
## 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).
7
7
-`Datasets/`
8
8
-`play_store.csv` - Contains data of Google Play Store apps.
9
9
-`user_reviews.csv` - Contains user reviews of apps.
10
-
-`README.md`
11
10
12
11
## Methodology
13
12
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
0 commit comments