Pandas returns 0/y=inf, even when y is a non-zero dataframe or series. #9286
Labels
Bug
Duplicate Report
Duplicate issue or pull request
Numeric Operations
Arithmetic, Comparison, and Logical operations
Milestone
Pandas returns the wrong result for the operation 0/y where y is a dataframe or series of non-zero values:
However, this operation would work:
I'm using Pandas 0.15.2-1.
The text was updated successfully, but these errors were encountered: