Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
df.applymap duplicates data with frame has dupe columns #2786
Comments
y-p
referenced
this issue
Mar 20, 2013
Closed
#2786: applymap fails with dupe columns, ObjectBlock convert() method bombs #3102
|
disabled applymap for frames with dupe columns until this gets fixed proper. |
y-p
referenced
this issue
Apr 1, 2013
Closed
Enable applymap for dataframes with duplicate columns #3230
|
moved to #3230, raising an error will do for 0.11. |
y-p
closed this
Apr 1, 2013
This was referenced Apr 28, 2013
|
FYI, Fixed (rather then merely prevented) by #3509. |
|
thanks for your work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vincentarelbundock commentedJan 31, 2013
Using pandas master/github. In this example, we get 4 times the same column after applying an element-wise operation: