Baselight

Phone Activity Detailed Data

Tell me more about myself haha!!

@kaggle.atharvaarya25_phone_usage_dataset

Loading...
Loading...

About this Dataset

Phone Activity Detailed Data

This is a collection of Data of phone usage and activity.

  1. Activity_history contains the daily activity of 10 days consisting every detail of usage on phone.
  2. Usage_days contains the no. of hours on phone of 10 days
  3. Usage_history contains the access count and time spent on every app by me for the 10 days.

Try doing EDA and use visualization to gain more insights on me and please don't be judgemental...haha

Tables

Usage History

@kaggle.atharvaarya25_phone_usage_dataset.usage_history
  • 3.91 KB
  • 55 rows
  • 3 columns
Loading...

CREATE TABLE usage_history (
  "app_name" VARCHAR,
  "usage_time" VARCHAR,
  "access_count" BIGINT
);

Activity History

@kaggle.atharvaarya25_phone_usage_dataset.activity_history
  • 39.06 KB
  • 4015 rows
  • 4 columns
Loading...

CREATE TABLE activity_history (
  "app_name" VARCHAR,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "duration" VARCHAR
);

Usage Days

@kaggle.atharvaarya25_phone_usage_dataset.usage_days
  • 2.3 KB
  • 11 rows
  • 2 columns
Loading...

CREATE TABLE usage_days (
  "date" TIMESTAMP,
  "usage_time" VARCHAR
);

Share link

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