Analyzing App User Segmentation&Uninstall Behavior
User segmentation in an app involves categorizing users based ontheir engagement
@kaggle.cs49adityarajsharma_app_segmentation_using_k_means_algorithm
User segmentation in an app involves categorizing users based ontheir engagement
@kaggle.cs49adityarajsharma_app_segmentation_using_k_means_algorithm
CREATE TABLE userbehaviour (
"userid" BIGINT,
"average_screen_time" DOUBLE,
"average_spent_on_app_inr" DOUBLE,
"left_review" BIGINT,
"ratings" BIGINT,
"new_password_request" BIGINT,
"last_visited_minutes" BIGINT,
"status" VARCHAR
);
Anyone who has the link will be able to view this.