Skip to content

bioframe.assign_view drop_unassigned drops all NaNs? #160

@Phlya

Description

@Phlya

If you have any other columns in the bedframe that might contain NaNs (bins from a cooler...), they will be also dropped - not what I expected.

out_df = out_df.iloc[pd.isna(out_df).any(axis=1).values == 0, :]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions