datagroup

DataGroup

DataGroup object that stores a set of variables.

get_data(self, filters=None)

Get data from the data group.

Parameters:

Name Type Description Default
filters List[Dict[str, Any]]

List of filters to apply to the request.

None

Returns:

Type Description
Dict[str, Any]

A dictionary of data list.

get_variable_ids(self)

Get the bcIds for the variables in the group.

Returns:

Type Description
List[str]

The list of the group variable ids.

get_variable_list(self)

Get a list a of the variable descriptions in the group.

Returns:

Type Description
List[VariableDescription]

A list of Variables description.