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).