-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
grouped.filter with dropna option #10780
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
Comments
pls show a complete example that can be copy pasted |
a concrete example:
where the |
hmm, that's not very friendly!. pull-requests to fix welcome! |
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Dec 20, 2016
3 tasks
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Dec 20, 2016
Add test for dropna = True
jreback
pushed a commit
that referenced
this issue
Dec 20, 2016
ShaharBental
pushed a commit
to ShaharBental/pandas
that referenced
this issue
Dec 26, 2016
…andas-dev#14926) Add test for dropna = True
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in Pandas 0.16.2:
in case there was no group whose
x.mean()
was larger than zero, anAttributeError: 'list' object has no attribute 'astype'
would be raised (rather than returning an allNaN
dataframe/serie in previous versions).The text was updated successfully, but these errors were encountered: