digital-wellbeing / pws-data

Code used to process the raw PowerWash Simulator study dataset
Creative Commons Zero v1.0 Universal
4 stars 1 forks source link

Cleaning: Remove duplicates #14

Closed mvuorre closed 1 year ago

mvuorre commented 1 year ago

There are still lots of "repeated" rows of telemetry data:

image

It's likely that some bug sometimes caused the data to be sent/saved multiple times. There should be some filter on how frequently events can follow one another (possibly depending on event type and its lead/lag value.

mvuorre commented 1 year ago

Fixed in #9.