Baselight

Analyzing Screen Time

Cumulative and individual Screen Time of apps

@kaggle.ruchi798_analyzing_screen_time

Loading...
Loading...

About this Dataset

Analyzing Screen Time

This dataset contains the usage statistics of various apps on a phone.

Inspiration:

  • Do the number of notifications and the number of times the user opens an app have a correlation?
  • Does usage have a correlation with the number of notifications?

Tables

Screentime App Details

@kaggle.ruchi798_analyzing_screen_time.screentime_app_details
  • 5.06 kB
  • 54 rows
  • 5 columns
Loading...
CREATE TABLE screentime_app_details (
  "date" TIMESTAMP,
  "usage" BIGINT,
  "notifications" BIGINT,
  "times_opened" BIGINT,
  "app" VARCHAR
);

Screentime App Ranking

@kaggle.ruchi798_analyzing_screen_time.screentime_app_ranking
  • 3.71 kB
  • 27 rows
  • 4 columns
Loading...
CREATE TABLE screentime_app_ranking (
  "date" TIMESTAMP,
  "rank_1" VARCHAR,
  "rank_2" VARCHAR,
  "rank_3" VARCHAR
);

Screentime Overall Usage

@kaggle.ruchi798_analyzing_screen_time.screentime_overall_usage
  • 4.19 kB
  • 27 rows
  • 4 columns
Loading...
CREATE TABLE screentime_overall_usage (
  "date" TIMESTAMP,
  "total_usage" BIGINT,
  "notifications" BIGINT,
  "unlocks" BIGINT
);

Share link

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