cdm_reader_mapper.DataBundle.unique# DataBundle.unique(**kwargs)[source]# Get unique values of data. Return type: dict Returns: dict – Dictionary with unique values. Examples >>> db.unique(columns=("c1", "B1")) Note For more information see unique()