-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
engine='python' df.to_csv() duplicate columns doesn't work #3457
Comments
added #3459, should close this one and #3455
|
fyi, I am not sure if there is a way to make read_csv not create a new named column 'a.1', if you specify names=[], it doesn't work....is this a bug? |
It may not be clean, but I think it's by design, predates dupe column support I should think, not a big deal IMO. |
closed by #3459 |
I believe not so. forgot the |
ahh...I see about |
Fine by me. #3458 does that |
example from 0.10.1, and carried on to
to_csv(engine='python')
in 0.11note the first columns duplicates the second columns, which shouldn't be.
Corrolary #3454
The text was updated successfully, but these errors were encountered: