-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
IO CSVread_csv, to_csvread_csv, to_csvRegressionFunctionality that used to work in a prior pandas versionFunctionality that used to work in a prior pandas version
Milestone
Description
after this fix #10302
The following is failing (as index_col
is None
)
In [9]: data
Out[9]: 'header1,header2\n'
In [10]: read_csv(StringIO(data),iterator=True,index_col=False).read()
TypeError: object of type 'bool' has no len()
Metadata
Metadata
Assignees
Labels
IO CSVread_csv, to_csvread_csv, to_csvRegressionFunctionality that used to work in a prior pandas versionFunctionality that used to work in a prior pandas version