Skip to content

dividing by integers wierd in 0.14.1 #9973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hhuuggoo opened this issue Apr 23, 2015 · 1 comment
Closed

dividing by integers wierd in 0.14.1 #9973

hhuuggoo opened this issue Apr 23, 2015 · 1 comment
Labels
Bug Numeric Operations Arithmetic, Comparison, and Logical operations

Comments

@hhuuggoo
Copy link

In [1]: import pandas as pd; pd.Series ([-49.2, 0.0], index=[0,1]) / pd.Series([49,0], index=[0,1])
Out[1]:
0 -inf
1 inf
dtype: float64

This appears to be resolved in 0.15, and 0.16 - so not sure that this is worth reporting

@jreback
Copy link
Contributor

jreback commented Apr 24, 2015

thanks for the report Hugo
yes has been resolved to work in later versions by #7785 and a follow on fix iirc

@jreback jreback closed this as completed Apr 24, 2015
@jreback jreback added Bug Numeric Operations Arithmetic, Comparison, and Logical operations labels Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

No branches or pull requests

2 participants