Skip to content
New issue

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

Add fill_null on dataframe/expr level #12906

Open
ion-elgreco opened this issue Oct 13, 2024 · 2 comments
Open

Add fill_null on dataframe/expr level #12906

ion-elgreco opened this issue Oct 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ion-elgreco
Copy link

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

@ion-elgreco ion-elgreco added the enhancement New feature or request label Oct 13, 2024
@Omega359
Copy link
Contributor

This seems like it may almost be an alias for nvl or nvl2

@ion-elgreco
Copy link
Author

@Omega359 indeed, for now I've opened a PR for a fill_null in datafusion-python that calls nvl: apache/datafusion-python#919

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants