-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DOC: pivot function #16578
Comments
Also I check pandas.pivot
Input are |
string or array-like, optional
array-like is acceptable input If you want to do a PR would be great. even better would be to add some more examples! |
has a comment w.r.t. doc-string as well: #8160 |
This issue is solved by deleting dataframe.pivot part in v.0.24.0, so it would be better to close this issue |
take |
take |
In docs DataFrame.pivot is a bit unclear, what means object:
Is it
Multiindex
? OrNone
? OrSeries
?SO question
The text was updated successfully, but these errors were encountered: