Skip to content

np.isnan() should be changed as df.isna() #13

@Fumire

Description

@Fumire

if np.isnan(group):

There is no limitation for the value of the groups:

The value of the groups does not matter as long as samples in the same group have the same value.

However, if group column has str type, than np.isnan() will throw exception as:
image

This will be easily solved with changing to df.isna().
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions