Skip to content

Handling missing data #98

@AtharvaKhare

Description

@AtharvaKhare

This issue is to consolidate related missing-data issues and to discuss potential solutions.

We can use nil to represent missing data in a DataFrame(df) / DataSeries(ds). Any better representation is welcome.

Following methods need to be added:

  1. Initializing df/ds with missing data - see DataFrame can not be initialized with missing values #21
  2. Dropping nil rows in a df, null values in a ds
  3. Detecting and converting nil values from strings - ?, NA, nan, null, nil as values should get converted to nil
  4. Filling missing data with 0/Empty string/Dictionary/Mean-mode-median

By solving this, #14 and #66 should get solved, and ability to read files(csv) with missing data should become possible.

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