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: Fix for to_excel +/- infinity #7949
Conversation
|
jreback
added Bug Excel
labels
Aug 6, 2014
jreback
added this to the
0.15.0
milestone
Aug 6, 2014
jreback
commented on the diff
Sep 4, 2014
|
status of this? (did you see my comments above)? |
jreback
modified the milestone: 0.15.1, 0.15.0
Sep 4, 2014
|
There was an existing test ( |
|
@maxchang ok, makes sense. pls rebase and squash and then I think good to go |
jreback
modified the milestone: 0.15.0, 0.15.1
Sep 4, 2014
|
@jreback Ok, should be ready now. |
jreback
merged commit 6644f8b
into pandas-dev:master
Sep 4, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
|
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maxchang commentedAug 6, 2014
BUG: Previously, a negative sign was being prepended for positive infinity, not for negative infinity. (GH6812)
xref #6812