PCdLf / wearables

Functions for reading e4 data, and create several parameters for analysis
6 stars 2 forks source link

Check adjusted or new Nowatch datasets #26

Open hypebright opened 1 day ago

hypebright commented 1 day ago

See this issue in wearalyze.

Currently we're expecting the following files:

"activity_type.csv", "activity_cadence.csv", "activity_count.csv", "temperature.csv", "cortisollevels.csv", "heartbeats.csv", "heart_rate.csv", "resting_heart_rate.csv", "respiration_rate.csv", "sleep_session.csv", "stress_level.csv"

It seems there can be other files too. @PCdLf can you check if anything did change and what dataset we should add or adjust by name?

hypebright commented 1 day ago

Besides that we need an extended check in aggregate_nowatch_data as it now only checks if the activity data is there.

hypebright commented 1 day ago

Besides that we need an extended check in aggregate_nowatch_data as it now only checks if the activity data is there.

Seems like this is all we need, datasets that are not listed are included as well (uppercase with original name), and for example SKIN_CONDUCTANCE can be re-labelled to EDA to make it consistent between other devices.

PCdLf commented 19 hours ago

I checked the aggregated biomarker datasets, and these are similar to the ones from earlier this year.

hypebright commented 18 hours ago

@PCdLf thanks for checking, I think you can merge and close #27 now 👍, this issue will automatically be closed once merged