Skip to content

Commit c1c53f1

Browse files
authored
Update pandas/core/reshape/melt.py
1 parent 0cfc2ab commit c1c53f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/reshape/melt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def melt(
173173
1 b B E 3
174174
2 c B E 5
175175
"""
176-
177176
if value_name in frame.columns:
178177
raise ValueError(
179178
f"value_name ({value_name}) cannot match an element in "

0 commit comments

Comments
 (0)