Mobile Apps ScreenTime Analysis
Daily Mobile Apps ScreenTime and Usage Patterns Analysis
@kaggle.anandshaw2001_mobile_apps_screentime_analysis
Daily Mobile Apps ScreenTime and Usage Patterns Analysis
@kaggle.anandshaw2001_mobile_apps_screentime_analysis
This DataSet Contains Detailed Insights into Mobile App Usage Patterns, including ScreenTime, notifications received, and app openings. The data spans multiple days in August and some popular apps, offering a granular view of digital behavior.
CREATE TABLE screentime_analysis (
"date" TIMESTAMP,
"app" VARCHAR,
"usage_minutes" BIGINT -- Usage (minutes),
"notifications" BIGINT,
"times_opened" BIGINT
);Anyone who has the link will be able to view this.