drop_selector_names

function of dascore.utils.pd source

drop_selector_names(
    spec: collections.abc.Mapping[collections.abc.Mapping[str, Any], str, collections.abc.Iterable[str], None] ,
    names ,
)-> ‘namespace_select_type’

Return an _attrs/_coords argument with some names taken out.

Callers use this to peel off the names another namespace answers (e.g. coordinates an inventory defines along the fiber) — and the tag form as well as the mapping one, since a tag left behind designates a bare keyword which went with it.