select
select(
     self ,
     args ,
     relative = False,
     samples = False,
 )-> ‘tuple[Self, slice | ArrayLike]’
Apply select, return selected coords and index for selecting data.
| method of dascore.core.coords.CoordArray | source | 
select(
     self ,
     args ,
     relative = False,
     samples = False,
 )-> ‘tuple[Self, slice | ArrayLike]’
Apply select, return selected coords and index for selecting data.