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

Added dropNaNs function overloads #305

Merged
merged 3 commits into from
Mar 20, 2023
Merged

Added dropNaNs function overloads #305

merged 3 commits into from
Mar 20, 2023

Conversation

Jolanrensen
Copy link
Collaborator

Fixes #304.

While we are still debating #249, I did add the iterable overload for now.

@Jolanrensen Jolanrensen added enhancement New feature or request invalid This doesn't seem right labels Mar 16, 2023
@Jolanrensen Jolanrensen added this to the 0.10.0 milestone Mar 16, 2023
@koperagen
Copy link
Collaborator

I remembered there's also list of all operations https://kotlin.github.io/dataframe/operations.html#list-of-dataframe-operations. Let's add dropNaNs there. Could you also add unfold there, below update? I forgot to add it myself :D

@Jolanrensen Jolanrensen requested review from koperagen and removed request for koperagen and ermolenkodev March 17, 2023 13:11
@Jolanrensen Jolanrensen merged commit a1ef553 into master Mar 20, 2023
@Jolanrensen Jolanrensen deleted the dropNaNs branch March 20, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dropNaNs() is missing
2 participants