relative_ranges_to_absolute

function of dascore.utils.pd source

relative_ranges_to_absolute(
    df ,
    kwargs: <class ‘dict ,
)-> ’dict’

Resolve relative (start, stop) ranges against a frame’s global envelopes.

Operates only on the dataframe’s {name}_min/{name}_max envelope columns, so both the generic dataframe select path and the catalog share one relative-select implementation without either depending on the index query builder.