Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
engine='python' df.to_csv() duplicate columns doesn't work #3457
Comments
This was referenced Apr 25, 2013
|
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 |
jreback
closed this
Apr 25, 2013
y-p
reopened this
Apr 25, 2013
|
I believe not so. forgot the |
|
ahh...I see about |
|
Fine by me. #3458 does that |
y-p commentedApr 25, 2013
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