8000 BUG: pivot_table not returning correct type when margin=True and aggfunc='mean' by mabelvj · Pull Request #28248 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: pivot_table not returning correct type when margin=True and aggfunc='mean' #28248

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

Merged
merged 15 commits into from
Nov 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes #24893: updated issue notice
  • Loading branch information
mabelvj committed Sep 5, 2019
commit 8460d14d2fb898c79dcd80f94596de7bc06ae7a8
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ Reshaping

-
-
- Bug in :meth:`pivot_table` not returning correct type ``float`` when ``margins=True`` and ``aggfunc='mean'`` (:issue:`24893`)

Sparse
^^^^^^
Expand Down
0