disassociate_coord
disassociate_coord(
self ,
coord: str | collections.abc.Sequence[str, collections.abc.Sequence[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. |