Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
read_excel crash with empty Exception #12292
Comments
|
can you programatically create this example as a frame and write it to excel, alternatively post a link to the actual excel file (first is preferred if you can replicate the actual error) |
jreback
added Bug IO Excel
labels
Feb 11, 2016
bteplygin
commented
Feb 11, 2016
|
For example:
|
|
@bteblygin thanks! PR to fix would be great! |
jreback
added Difficulty Intermediate Effort Low
labels
Feb 11, 2016
jreback
added this to the
Next Major Release
milestone
Feb 11, 2016
BranYang
referenced
this issue
Feb 11, 2016
Closed
Fix #12292 : error when read one empty column from excel file #12296
BranYang
added a commit
to BranYang/pandas
that referenced
this issue
Feb 17, 2016
|
|
BranYang |
0032460
|
jreback
modified the milestone: 0.18.0, Next Major Release
Feb 23, 2016
jreback
closed this
in 78d671f
Feb 27, 2016
fortooon
referenced
this issue
Feb 6, 2017
Open
read_excel gives different data for one and more than one elements in parse_cols setting #15316
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bteplygin commentedFeb 11, 2016
If read one empty column from excel file, read_excel raise Exception without error message.
Small test case: content of excel file:
Run:
Result:
Python 2.7.7
pandas 0.17.1
xlrd 0.9.4