OutputML.get_cols_dobjs

OutputML.get_cols_dobjs(attributes_names: str | List[str], combined: bool = False) Tuple[List[DataObject], List[List[str]]] | None[source]

In this case, the attributes can be either names of dimensions, or names of full data objects, and we need to return the precise column names that correspond to the attributes.

Parameters:
  • attributes_names (Union[str, List[str]]) – The names of valid attributes, that can be either names of dimensions, or names of data objects.

  • combined (bool, optional, default=False) – If set, the list of DataObject’s is unique and the columns are combined.

Returns:

Tuple[List[DataObject], List[List[str]]] – The list of DataObject’s and the list of columns of the DataObject’s that correspond to the attributes. If combined is set, the list of DataObject’s is unique and the columns are combined.