Impute Missing¶
Fills missing cells in the selected columns, or removes rows that have missing values.
Mean / Median — from the column’s non-missing numeric values.
Mode — the most frequent value.
Constant value — a value you supply.
Remove rows — drops rows missing any selected column.
“Missing” captures both blank strings and true NaN.