polars.LazyFrame.fill_nan¶
- LazyFrame.fill_nan(fill_value: Union[int, str, float, polars.internals.expr.Expr]) polars.internals.lazy_frame.LDF ¶
Fill floating point NaN values.
..warning:
NOTE that floating point NaN (No a Number) are not missing values! to replace missing values, use `fill_null`.
- Parameters
- fill_value
Value to fill the NaN values with