Closed
Description
DataFrame.columns.get_indexer fails if there are duplicate column names.
pandas/pandas/core/reshape/melt.py
Line 109 in 05552d3
This is really unfortunate -- melting should handle such cases
id value value
id1 2 3
should go to
id1 2
id1 3