-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
Error ReportingIncorrect or improved errors from pandasIncorrect or improved errors from pandasNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issueReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
doc/source/user_guide/reshaping.rst
Documentation problem
the table given as an example for pivot() is wrong and cant be used. it would return "error duplicate index" as there are duplicate values in the column given for "index" parameter.

Suggested fix for documentation
The "foo" column must contain unique values
Metadata
Metadata
Assignees
Labels
Error ReportingIncorrect or improved errors from pandasIncorrect or improved errors from pandasNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issueReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode