Integrating code for passive data pipeline about phone usage activity.
Passive data pipeline is a set of scripts that process the data collected from the phone usage activity.
The data is stored as .csv.gz. format, which the I/O module reads and convert into a Spark DataFrame for further processing.
The duration of active sessions in the phone.
The time between the notification is received and the user unlock the device.
The ambient light in the phone during the active sessions.
The output is 3 csv files active_sessions.csv
, notification_response_latency.csv
and ambient_light_active.csv
.