Skip to content

Fill Missing Improvement #1

@ItsRikan

Description

@ItsRikan

Problem

If a dataset contains a column full of null values, or an empty column, or a column of the same values, though they do not affect training models, they remain there; the fill_missing function does not drop these columns.

Solution

Check if any column contains all the same values or all null values; if found, then drop them.

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