Baselight

Mobile Apps ScreenTime Analysis

Daily Mobile Apps ScreenTime and Usage Patterns Analysis

@kaggle.anandshaw2001_mobile_apps_screentime_analysis

About this Dataset

Mobile Apps ScreenTime Analysis

Don't forget to hit the upvote🙏

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.

Features:

1. Date: The date of the recorded data.
2. App: The name of the mobile application.
3. Usage (minutes): Total minutes spent using the app on a given day.
4. Notifications: Number of notifications received from the app.
5. Times Opened: How many times the app was launched.

Tables

Screentime Analysis

@kaggle.anandshaw2001_mobile_apps_screentime_analysis.screentime_analysis
  • 5.92 KB
  • 200 rows
  • 5 columns
Loading...

CREATE TABLE screentime_analysis (
  "date" TIMESTAMP,
  "app" VARCHAR,
  "usage_minutes" BIGINT,
  "notifications" BIGINT,
  "times_opened" BIGINT
);