Issue with CSV parser when using usecols #3192
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
IO CSV
read_csv, to_csv
IO Data
IO issues that don't fit into a more specific label
Milestone
The following code:
outputs
The last dtype should be the same as the first one. The issue arises when passing in a
converters
dictionary together with ausecols
that uses all the available columns.The commit https://github.com/tr11/pandas/commit/1ac3700e72a5861a7d8544a72d77a4d64c71f118 in my fork seems to fix this issue.
The text was updated successfully, but these errors were encountered: