This dataset contains cleaned data from the Google Play Store, which includes information on various mobile applications available on the platform. The original dataset was sourced from [mention the source if available, e.g., Kaggle, official API, etc.], and it has been preprocessed to remove inconsistencies, handle missing values, and standardize formats for easier analysis.
Features:
The dataset includes the following columns:
- App Name: The name of the mobile application.
- Category: The category under which the app is listed on the Play Store.
- Rating: The user rating of the app (0-5 scale).
- Reviews: The number of user reviews.
- Size: The size of the app (e.g., in MB).
- Installs: The number of times the app has been installed.
- Type: Whether the app is free or paid.
- Price: The price of the app, if paid.
- Content Rating: The age group suitable for the app.
- Genres: The genres associated with the app.
- Last Updated: The last date the app was updated.
- Current Version: The current version of the app.
- Android Version: The minimum Android OS version required to run the app.