-
Notifications
You must be signed in to change notification settings - Fork 69
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
dropinf
and other filter functions
#436
Comments
Oops, I just opened an issue (#456) about this without seeing it. If you want I can do a PR. Should we also do |
I think the point is getting clearer: the sorted time index is the most important assumption.
We can review all the functions, and discuss about the sharing pointer issues, since now we are moving toward the concept " |
Question: does the |
No, it doesn't copy. If user want to copy it, one should invoke |
maybe support a general
filter
; implementdropnan
anddropinf
on the top offilter
function.The text was updated successfully, but these errors were encountered: