You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this commit, if
* `values` is not list like
* `columns` is `None`
* `aggfunc` is not instance of `list`
`pivot_table` returns a `Series`.
This commit adds checking for `columns.nlevels` is
greater than 1 to prevent from casting `table` to
a `Series`.
This will fix#4386.
0 commit comments