zcollection.meta.Dataset.missing_variables#

Dataset.missing_variables(other)[source]#

Finds the variables in the provided dataset that are not in this instance.

Parameters:

other (Dataset) – The dataset to compare against.

Returns:

A tuple containing the names of the variables that are defined in this dataset but not in the provided dataset.

Raises:

ValueError – If the provided dataset does not define one or more variables that are defined in this dataset.

Return type:

tuple[str, …]