coord_meta

method of dascore.io.index.backend.SQLiteIndexBackend source

coord_meta(
    self ,
    names = None,
)-> ‘pd.DataFrame’

Return distinct coordinate names, kinds, and canonical units, optionally restricted to the given coord names.

Public because the catalog asks: deciding which selectors are numeric (and so unit-convertible) needs the stored kinds.