You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function calculates the total time spent making errors. It will take in the entire dataframe, check when there is an error based on the "error" column, and sum the total time spent making errors.
Tasks
Create binary mask for where error != E0
Find start and end indices where mask is true
Extract the time from the "seconds" column of the start and end indices
Description
This function calculates the total time spent making errors. It will take in the entire dataframe, check when there is an error based on the "error" column, and sum the total time spent making errors.
Tasks
Freeform Notes
No response