-
Notifications
You must be signed in to change notification settings - Fork 126
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
Drop_nil for Series missing #715
Comments
PRs welcome. Note this function is not supported by lazy data frames. |
Can I take this one, @josevalim? |
Yes, definitely! |
Do we need this? Couldn't one just filter with |
I'll add: one of the reasons I included |
I am not, to add the function might add to verbosity, which I consider a good thing.
But in cause, its not added, I think it's a good think to add the alternative to the documentation, so that it can be found by search.
So that someone coming from pandas as I am, has a smoother transition period.
17.10.2023 11:28:39 Christopher Grainger ***@***.***>:
…
I'll add: one of the reasons I included *DataFrame.drop_nil/2* originally is because it's not trivial to do for a dataframe with *DataFrame.filter/2* (or wasn't before we had *across*). This is trivial to do for a series.
—
Reply to this email directly, view it on GitHub[#715 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ABP54SIE6DHKQONOBB6HBYLX7ZFUJAVCNFSM6AAAAAA5IHEATCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGAZDSNRXHA].
You are receiving this because you authored the thread.
[Verfolgungsbild][https://github.com/notifications/beacon/ABP54SJQSX2WKDLZXBWAIYTX7ZFUJA5CNFSM6AAAAAA5IHEATCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTJIN4W4.gif]
|
Closing as you can do |
While the funtion drop_nil/2 exists for DataFrames, it is missing for Series.
Could you be so kind to ad it?
The text was updated successfully, but these errors were encountered: