SCREEN TIME
ANALYSIS
Presented by -
Team Data Miners
Amit Awasthi (2000520100011)
Arpit Katiyar (2000520100024)
Gautam Chhajyan (2000520100034)
Contents
Introduction
Objective
Data Set
Importing Libraries
Preprocessing Data
Implementation
Summary
2
1.
Introduction
Screen Time Analysis is the task of analyzing and
creating a report on which applications and
websites are used by the user for how much time.
Screen time analysis gives a visual report of the
same.
3
2.
Objective
To study and understand the data set of screen time
of a user and apply data analysis techniques to find
some relation determining the screen time.
4
3.
Data Set
5
Data set contains information about -
• Date
• Usage of Applications
• Number of Notifications from Applications
• Number of times apps opened
• Applications taken into consideration
- Instagram
- Whatsapp
6
Link to the whole data set –
https://www.kaggle.com/datasets/ruchi798/analyzing-screen-time
A Glimpse of data set is shown below -
7
4.
Importing Libraries
8
Let’s start the task of screen time analysis by importing the
necessary Python libraries and the dataset
9
5.
Preprocessing of
Data
10
Now let’s have a look if the dataset has any null values or not:
11
The dataset doesn’t have any null values.
Now let’s have a look at the descriptive statistics of the data:
6.
Implementation
13
Now let’s start with analyzing the screen time of the user. We will first look at
the amount of usage of the apps:
14
15
Now let’s have a look at the number of notifications from the apps:
16
17
Now let’s have a look at the number of times the apps opened:
18
19
We generally use our smartphones when we get notified by any app.
So let’s have a look at the relationship between the number of
notifications and the amount of usage:
20
21
There’s a linear relationship between the number of notifications and the amount of usage.
It means that more notifications result in more use of smartphones.
7.
Summary
22
So this is how we can analyze the screen time
of a user using the Python programming language.
Screen Time Analysis is the task of analyzing and
creating a report on which applications and websites
are used by the user for how much time.
23
Summary :
Thank You!
24

Screen time analysis.pptx presentation.