utils

sample_loader

load_sample_data(data_type)[source]

Loads sample data file for the given data type.

Parameters:

data_type (str) – Data type. It can be one of [‘PPG’, ‘ECG’, ‘ACC’, ‘EDA’].

Raises:

ValueError – If data_type is not valid.

Returns:

Dataframe of sample data, dictionary of information on sample data

Return type:

tuple