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(..., index_col=0, squeeze=True) raises AttributeError #12157
Comments
|
I was the culprit here - #10967, looks like |
jreback
added Bug Regression IO Excel
labels
Jan 27, 2016
jreback
added this to the
Next Major Release
milestone
Jan 27, 2016
jreback
added Difficulty Novice Effort Low
labels
Jan 27, 2016
jreback
modified the milestone: 0.18.0, Next Major Release
Jan 30, 2016
jreback
closed this
in 059ffaa
Jan 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rafguns commentedJan 27, 2016
pd.read_excelwith keyword argumentsqueeze=Trueraises an AttributeError. This is unexpected, in that:pd.read_csv, which does not exhibit the same problemSteps to reproduce: