Baselight

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

Userbehaviour
@kaggle.cs49adityarajsharma_app_segmentation_using_k_means_algorithm.userbehaviour

  • 22.6 KB
  • 999 rows
  • 8 columns
userid

Userid

average_screen_time

Average Screen Time

average_spent_on_app_inr

Average Spent On App (INR)

left_review

Left Review

ratings

Ratings

new_password_request

New Password Request

last_visited_minutes

Last Visited Minutes

status

Status

1001176341972990Installed
1002544824008Uninstalled
10033720785971Installed
100432445162799Installed
1005454271563668Installed
100628599942878Installed
1007498871964481Installed
1008831211715Installed
100928741182801Installed
1010285241844621Installed

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
);

Share link

Anyone who has the link will be able to view this.