You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue with read_csv
When setting index_col, and a converters dict, output of engine='c' is correct and output of engine='python' is wrong
I am experiencing an issue with read_csv
When setting index_col, and a converters dict, output of engine='c' is correct and output of engine='python' is wrong
Expected output: for second example to be like the first
Note: If I leave out index_col=0, converter works as expected
Output of
pd.show_versions()
:commit: None
python: 2.7.12.final.0
python-bits: 64
OS: Linux
OS-release: 4.4.11-23.53.amzn1.x86_64
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
pandas: 0.18.1
nose: None
pip: 8.1.2
setuptools: 12.2
Cython: None
numpy: 1.11.1
The text was updated successfully, but these errors were encountered: