dado93 / pywearable

Python package for extraction, visualization, and analysis of physiological data collected through wearable sensors.
https://pywearable.readthedocs.io/en/latest/
MIT License
6 stars 1 forks source link

LabfrontLoader fails with menstrual cycle data #91

Open dado93 opened 1 month ago

dado93 commented 1 month ago

LabfrontLoader fails when loading data from folders from the following data sources:

This is because the data contained in the CSV files of these folders don't have neither a isoDate column or a calendarDate column, but instead have a periodDate column, that indicates the start of the menstrual cycle. Thus, we need to update the code that creates the file index of Labfront folder in order to make sure that it uses the periodDate as a date column (which will then also be used in the loading part).