Commit 8981a0f
BUG: Raise clear error for duplicate id_vars in melt (GH61475) (#61484)
* BUG: Raise clear error for duplicate id_vars in melt (GH61475)
* Bug Fixed Issue GH61475
* if statement changes
* Update pandas/core/reshape/melt.py
---------
Co-authored-by: ZanirP <zanir@DESKTOP-JOHE35M>
Co-authored-by: ZanirP <[email protected]>
Co-authored-by: Matthew Roeschke <[email protected]>1 parent 2378141 commit 8981a0f
File tree
3 files changed
+13
-0
lines changed- doc/source/whatsnew
- pandas
- core/reshape
- tests/reshape
3 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
| 854 | + | |
854 | 855 | | |
855 | 856 | | |
856 | 857 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
185 | 189 | | |
186 | 190 | | |
187 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
558 | 566 | | |
559 | 567 | | |
560 | 568 | | |
| |||
0 commit comments