Cleaned Google Play Store Dataset
A Comprehensive, Cleaned Dataset of Mobile Applications from Google Play Store.
@kaggle.harshvir04_cleaned_google_play_store_dataset
A Comprehensive, Cleaned Dataset of Mobile Applications from Google Play Store.
@kaggle.harshvir04_cleaned_google_play_store_dataset
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:
CREATE TABLE google_cleaned_2 (
"unnamed_0" BIGINT -- Unnamed: 0,
"app" VARCHAR,
"category" VARCHAR,
"rating" DOUBLE,
"reviews" BIGINT,
"size" DOUBLE,
"installs" BIGINT,
"type" VARCHAR,
"price" DOUBLE,
"content_rating" VARCHAR,
"genres" VARCHAR,
"current_ver" VARCHAR,
"android_ver" VARCHAR,
"day" BIGINT,
"month" BIGINT,
"year" BIGINT
);Anyone who has the link will be able to view this.