Phone Activity Detailed Data
Tell me more about myself haha!!
@kaggle.atharvaarya25_phone_usage_dataset
Tell me more about myself haha!!
@kaggle.atharvaarya25_phone_usage_dataset
This is a collection of Data of phone usage and activity.
Try doing EDA and use visualization to gain more insights on me and please don't be judgemental...haha
CREATE TABLE activity_history (
"app_name" VARCHAR,
"date" TIMESTAMP,
"time" VARCHAR,
"duration" VARCHAR
);CREATE TABLE usage_days (
"date" TIMESTAMP,
"usage_time" VARCHAR
);CREATE TABLE usage_history (
"app_name" VARCHAR,
"usage_time" VARCHAR,
"access_count" BIGINT
);Anyone who has the link will be able to view this.