I use a dataset about activities that an old person was doing during a year. it has features of start time, end time and activity name as below:

08:52:12 - 08:55:38 - Washing hand/face

08:57:36 - 09:05:53 - Make coffee

09:07:38 - 09:12:52 - Washing hand/face

09:13:57 - 09:21:10 - Make sandwich

09:23:08 - 09:43:11 - Eating

..

I want to insert abnormal situations in which an activity lasts longer than usual or increase frequencies of doing an activity during a day.

i'm programming in python. what should i do?

if i want to insert an abnormal record, should i change the time of all of records that came after that record?

Similar questions and discussions