add my.body.sleep, combine together emfit/jawbone

This commit is contained in:
Dima Gerasimov 2020-10-09 22:34:38 +01:00 committed by karlicoss
parent e8e4994c02
commit 725597de97
5 changed files with 29 additions and 2 deletions

View file

@ -133,7 +133,7 @@ def dataframe() -> DataFrameT:
import pandas # type: ignore
return pandas.DataFrame(dicts)
# TODO add dataframe support to stat()
from ..core import stat, Stats
def stats() -> Stats:
return stat(pre_dataframe)