Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DataFrame.to_csv() produces wrong results when mixed-type columns are specified #11637
Comments
|
yeh should probably work, pull-requests to fix are welcome
|
jreback
added Bug Output-Formatting Difficulty Novice CSV Effort Low
labels
Nov 18, 2015
jreback
added this to the
Next Major Release
milestone
Nov 18, 2015
jreback
modified the milestone: 0.17.1, Next Major Release
Nov 19, 2015
jreback
added a commit
that referenced
this issue
Nov 20, 2015
|
|
varun-kr + jreback |
784445c
|
|
closed by #11649 |
jreback
closed this
Nov 20, 2015
yarikoptic
added a commit
to neurodebian/pandas
that referenced
this issue
Dec 3, 2015
|
|
yarikoptic |
9b2e35f
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sereger13 commentedNov 18, 2015
This used to work OK in version 0.15 but stopped working in versions 0.16+.
The following output is produced (values from columns 0 and 1 are missing):
Replacing 'test' with an integer value or skipping the columns argument works fine.
INSTALLED VERSIONS
commit: None
python: 2.7.9.final.0
python-bits: 64
OS: Linux
OS-release: 2.6.18-238.9.1.el5
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US
pandas: 0.17.0
...