my_heart_counts

Module that provides class to work with the MyHeartCounts dataset.

class tasrif.data_readers.my_heart_counts.MyHeartCountsDataset(path_name, table_name)

Class to work with the MyHeartCounts dataset.

__init__(path_name, table_name)

Initializes a dataset reader with the input parameters.

Parameters
  • path_name (str) – Path to the withings export file containing data.

  • table_name (str) – The table to extract data from.

process(*data_frames)

Function that runs validation hooks and processes the input data_frames.

Parameters

*data_frames (list of pd.DataFrame) – Variable number of pandas dataframes to be processed

Returns

Output of _process method