{"id":20434789,"url":"https://github.com/netcodez/playstore-apps-reviews-analysis","last_synced_at":"2025-09-01T22:38:03.070Z","repository":{"id":177107709,"uuid":"659953333","full_name":"Netcodez/playstore-apps-reviews-analysis","owner":"Netcodez","description":"Google Play Store Apps and Reviews Analysis is a repository that provides tools and resources for analyzing and extracting insights from app data and user reviews from the Google Play Store. It aims to facilitate data-driven decision-making and market research in the Android app ecosystem.","archived":false,"fork":false,"pushed_at":"2023-06-29T19:43:45.000Z","size":247,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T06:33:19.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Netcodez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-28T23:43:19.000Z","updated_at":"2023-06-28T23:45:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"635271e8-aec5-4afe-a76c-18cdae280a96","html_url":"https://github.com/Netcodez/playstore-apps-reviews-analysis","commit_stats":null,"previous_names":["netcodez/playstore-apps-reviews-analysis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Netcodez/playstore-apps-reviews-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcodez%2Fplaystore-apps-reviews-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcodez%2Fplaystore-apps-reviews-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcodez%2Fplaystore-apps-reviews-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcodez%2Fplaystore-apps-reviews-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netcodez","download_url":"https://codeload.github.com/Netcodez/playstore-apps-reviews-analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcodez%2Fplaystore-apps-reviews-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273203230,"owners_count":25063275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T08:28:55.914Z","updated_at":"2025-09-01T22:38:03.029Z","avatar_url":"https://github.com/Netcodez.png","language":"Jupyter Notebook","readme":"# Google Play Store Apps and Reviews Analysis\nOverview\nThis repository contains the code and data for the Google Play Store Apps and Reviews Analysis project. The project aims to provide a comprehensive analysis of the Android app market by comparing over ten thousand apps in Google Play across different categories. The analysis focuses on extracting insights from the data to devise strategies for driving growth and retention in the app market.\n\n## Table of Contents\n- Introduction\n-  Data Cleaning\n- Correcting Data Types\n- Exploring App Categories\n- Distribution of App Ratings\n- Size and Price of an App\n- Relationship between App Category and Price\n- Filtering Out \"Junk\" Apps\n- Popularity of Paid Apps vs Free Apps\n- Sentiment Analysis of User Reviews\n- Conclusion\n\n## Introduction\nMobile apps have become prevalent and lucrative in today's market. This project aims to analyze the Android app market by comparing various apps available on Google Play. The analysis provides valuable insights to drive growth and improve user retention strategies.\n\n## Data Cleaning\nThe data cleaning phase involves removing special characters from certain columns to ensure their suitability for mathematical calculations. The dataset used includes information about the applications on Google Play, such as the number of installs and price.\n\n## Correcting Data Types\nTo facilitate further analysis, the data types of the \"Installs\" and \"Price\" columns are corrected. These columns initially contain mixed input types, including digits and special characters. By converting them to float data types, compatibility for numerical calculations is ensured.\n\n## Exploring App Categories\nThis project investigates the distribution of apps across different categories. By analyzing the data, the category with the highest share of active apps in the market is determined. This information helps identify dominant categories and categories with a smaller number of apps.\n\n## Distribution of App Ratings\nApp ratings play a significant role in user engagement and the overall brand image. This section explores the distribution of app ratings on a scale of 1 to 5. Understanding the average rating and the distribution of ratings across different categories provides valuable insights into app performance.\n\n## Size and Price of an App\nThe size and price of an app are important factors to consider when developing and pricing mobile applications. This section investigates the relationship between app size and rating, as well as the impact of app price on ratings. Analyzing these relationships helps in formulating effective app sizing and pricing strategies.\n\n## Relationship between App Category and Price\nDetermining the appropriate pricing strategy for mobile apps is crucial for maximizing profit. This section explores the relationship between app category and price. By examining the pricing trends across different categories, insights are gained into which categories demand different price ranges.\n\n## Filtering Out \"Junk\" Apps\nSome apps in the dataset may be considered \"junk\" apps, lacking a clear purpose or having malicious intent. This section focuses on filtering out such apps and re-evaluating the pricing trends across categories. By excluding these apps, a more accurate representation of pricing patterns is obtained.\n\n## Popularity of Paid Apps vs Free Apps\nUnderstanding the popularity of paid apps compared to free apps is crucial for monetization strategies. This section compares the number of app installations for both paid and free apps. By analyzing the difference in installation numbers, insights are gained into user preferences regarding app pricing models.\n\n## Sentiment Analysis of User Reviews\nSentiment analysis of user reviews provides valuable feedback on how users\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcodez%2Fplaystore-apps-reviews-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcodez%2Fplaystore-apps-reviews-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcodez%2Fplaystore-apps-reviews-analysis/lists"}