Skip to content

Make plots handle missing values (by removing them before plotting) #598

Open
@lwhite1

Description

@lwhite1

Since we remove missing values before calculating statistics by default, we should do the same for plots.

The easiest way to do this is probably to create a new table containing COPIES of the columns to be plotted and using table's dropRowsWithMissingValues() before constructing the plot.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions