skbio.metadata.MetadataColumn.get_ids#

MetadataColumn.get_ids(where_values_missing=False)[source]#

Retrieve IDs matching search criteria.

Parameters:
where_values_missingbool, optional

If True, only return IDs that are associated with missing values (np.nan). If False (the default), return all IDs in the metadata column.

Returns:
set

IDs matching search criteria.