LazyColumn.fillna
fillna
Replaces null (NA) values in this column with a specified value.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
Any
|
The value to use for filling null values. Can be a number, string, or any valid DuckDB expression. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn where all null values have been replaced
by the specified |
Examples: