-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: to_csv handles cols= reordering,dupe cols GH3454 #3458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
so this is a compat with the original to_csv engine? |
Actually it's 3 bugs rolled into one. for unique col reordering, it's compat yeah. The original test suite for to_csv didn't cover this for dupe columns, engine='python' is totally broken, so trying that now raises. #3457 what a PITA. |
let's wait a bit, I think can these pretty easily (when they are in the same block, that case is still tricky) |
s***, here we go with the RELEASE.rst conflicts again. |
yep....I see them evertime I add at the end, if I add in the middle its ok.....?? maybe we should NOT add at the end and just reorder every once in a while? |
yeah, insert at a random location, p(collision)-->0 n as we get more tickets in. |
#3459 merged in |
BUG: to_csv handles cols= reordering,dupe cols GH3454
@y-p dup column changes all merged in.....pls revisit any issues that you think need |
#3454, #3457, #3455
@jreback, comments?