-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
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:
- Initializing df/ds with missing data - see DataFrame can not be initialized with missing values #21
- Dropping nil rows in a df, null values in a ds
- Detecting and converting nil values from strings -
?,NA,nan,null,nilas values should get converted tonil - 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
Labels
No labels