Skip to content

fillna() und dropna() in Table and Column #10

@dorianheidorn

Description

@dorianheidorn

Is your feature request related to a problem? Please describe

when handling missing values in tables, a function to handle these values would be useful.

Desired solution

Thinking of pandas it could be similar to Table.dropna(list[column_names: str]) and Table.fillna(column_name: str, replace_value). As well as Column.dropna() and Column.fillna(replace_value).

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions