disassociate_coord

method of dascore.core.coordmanager.CoordManager source

disassociate_coord(
    self ,
    *coord: str ,
)-> ‘Self’

Disassociate some coordinates from dimensions.

These coordinates will no longer be associated with a dimension in the coord manager but can still be retrieved.

Parameters

Parameter Description
coord The coordinate name(s) to disassociated from their dimensions.