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_overall_usage (
"date" TIMESTAMP,
"total_usage" BIGINT,
"notifications" BIGINT,
"unlocks" BIGINT
);
Anyone who has the link will be able to view this.