Skip to content

would be good to warn user if no samples are left when filtering down to allowed_values #3

@sjanssen2

Description

@sjanssen2

for col, allowed in cfg.allowed_values.items():
if col not in meta.columns:
raise ValueError(f"allowed_values references unknown column: {col}")
meta = meta[meta[col].isin(allowed)].copy()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions