We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fill_null
I would like to be able to fill_nulls per col/expr and on the dataframe level, akin to polars/pyspark/pandas
Add a fill_null method to DataFrame struct, add fill_null logical expr.
No response
The text was updated successfully, but these errors were encountered:
This seems like it may almost be an alias for nvl or nvl2
Sorry, something went wrong.
@Omega359 indeed, for now I've opened a PR for a fill_null in datafusion-python that calls nvl: apache/datafusion-python#919
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: