Baselight

Analyzing Screen Time

Cumulative and individual Screen Time of apps

@kaggle.ruchi798_analyzing_screen_time

Screentime App Details
@kaggle.ruchi798_analyzing_screen_time.screentime_app_details

  • 4.94 KB
  • 54 rows
  • 5 columns
date

Date

usage

Usage

notifications

Notifications

times_opened

Times Opened

app

App

Fri Aug 26 2022 00:00:00 GMT+0000 (Coordinated Universal Time)387049Instagram
Sat Aug 27 2022 00:00:00 GMT+0000 (Coordinated Universal Time)394348Instagram
Sun Aug 28 2022 00:00:00 GMT+0000 (Coordinated Universal Time)6423155Instagram
Mon Aug 29 2022 00:00:00 GMT+0000 (Coordinated Universal Time)143523Instagram
Tue Aug 30 2022 00:00:00 GMT+0000 (Coordinated Universal Time)3195Instagram
Wed Aug 31 2022 00:00:00 GMT+0000 (Coordinated Universal Time)192520Instagram
Thu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)442357Instagram
Fri Sep 02 2022 00:00:00 GMT+0000 (Coordinated Universal Time)162822Instagram
Sat Sep 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)271525Instagram
Sun Sep 04 2022 00:00:00 GMT+0000 (Coordinated Universal Time)722930Instagram

CREATE TABLE screentime_app_details (
  "date" TIMESTAMP,
  "usage" BIGINT,
  "notifications" BIGINT,
  "times_opened" BIGINT,
  "app" VARCHAR
);

Share link

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