build_coverage_frame

function of dascore.utils.chunk_plan source

build_coverage_frame(
    df: DataFrame ,
    name: str ,
    tolerance: float = 1.5,
    group: str | collections.abc.Sequence[str, collections.abc.Sequence[str], None] = None,
    missing_dim: Literal[‘raise’, ‘drop’] = drop,
)-> ‘pd.DataFrame’

Summarize how much of each cell’s span along name holds data.

One row per cell, over the same cells build_gap_frame reports in and sharing its group_id: span is the cell’s full extent, gap_total the sum of its gaps, covered the rest, and coverage their ratio.