Analyzing Screen Time
Cumulative and individual Screen Time of apps
@kaggle.ruchi798_analyzing_screen_time
Cumulative and individual Screen Time of apps
@kaggle.ruchi798_analyzing_screen_time
CREATE TABLE screentime_app_details (
"date" TIMESTAMP,
"usage" BIGINT,
"notifications" BIGINT,
"times_opened" BIGINT,
"app" VARCHAR
);
Anyone who has the link will be able to view this.