datafusion
datafusion copied to clipboard
Add `fill_null` on dataframe/expr level
Is your feature request related to a problem or challenge?
I would like to be able to fill_nulls per col/expr and on the dataframe level, akin to polars/pyspark/pandas
Describe the solution you'd like
Add a fill_null method to DataFrame struct, add fill_null logical expr.
Describe alternatives you've considered
No response
Additional context
No response
@Omega359 indeed, for now I've opened a PR for a fill_null in datafusion-python that calls nvl: https://github.com/apache/datafusion-python/pull/919