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

Integration of respiration features #73

Closed dado93 closed 8 months ago

dado93 commented 8 months ago

The main contribution of this pull request is the integration of a new standard for the computation of statistics from pywearable, with pd.DataFrame using pd.MultiIndex with user-id and calenderDate as index levels. Respiration features were completely re-written and placed into a dedicated module, respiration.py.