Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: csv w only header and no index_col failing #10413
Comments
jreback
added Regression CSV
labels
Jun 23, 2015
jreback
added this to the
0.17.0
milestone
Jun 23, 2015
This was referenced Jun 29, 2015
jreback
closed this
in #10469
Jul 7, 2015
paulogp
commented
Sep 17, 2015
|
I'm having the same issue with version 0.16.2. When reading a csv file that contains only headers (no data), for example: And using pandas read_csv function to read the file (delimiter=";"; skiprows=0) It returns the following error: Removing the option index_col=False it starts working: |
jreback commentedJun 23, 2015
after this fix pydata#10302
The following is failing (as
index_colisNone)