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

fillna #72

Closed
jpivarski opened this issue Jan 14, 2020 · 1 comment
Closed

fillna #72

jpivarski opened this issue Jan 14, 2020 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@jpivarski
Copy link
Member

Similar to #71, except that it replaces the values of None elements, rather than dropping them. (Therefore, list lengths don't change, RegularArrays can't change into ListOffsetArrays, etc. This is easier than #71.) It's also inspired by a Pandas function and should have the nan_is_na option.

Old Awkward had this as well, and it has proven its usefulness.

@jpivarski jpivarski added the feature New feature or request label Jan 14, 2020
@ianna ianna mentioned this issue Mar 10, 2020
@jpivarski
Copy link
Member Author

This was finished in PR #155.

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

No branches or pull requests

2 participants