Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fancy indexing with dupe columns yields unexpected ordering #3455
Comments
y-p
referenced
this issue
Apr 25, 2013
Merged
BUG: to_csv handles cols= reordering,dupe cols GH3454 #3458
|
I see where this is broken.... |
|
looks like it always returns in the index in the original order...... |
This was referenced Apr 25, 2013
|
closed by #3459 |
jreback
closed this
Apr 25, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
y-p commentedApr 25, 2013
expected to see
Once fixed, can relax format.py:CSVFormatter raising NotImplementedError()
on cols selection with dupe columns, for the new engine only. see #3457 .
edit: #3509 removed that limitation from CSVFormatter