Mobile Device Usage And User Behavior Dataset
Analyzing Mobile Usage Patterns and User Behavior Classification Across Devices
@kaggle.valakhorasani_mobile_device_usage_and_user_behavior_dataset
Analyzing Mobile Usage Patterns and User Behavior Classification Across Devices
@kaggle.valakhorasani_mobile_device_usage_and_user_behavior_dataset
CREATE TABLE user_behavior_dataset (
"user_id" BIGINT,
"device_model" VARCHAR,
"operating_system" VARCHAR,
"app_usage_time_min_day" BIGINT,
"screen_on_time_hours_day" DOUBLE,
"battery_drain_mah_day" BIGINT,
"number_of_apps_installed" BIGINT,
"data_usage_mb_day" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"user_behavior_class" BIGINT
);
Anyone who has the link will be able to view this.