Arithmetic operation between Series and bool
fails
#7011
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Error Reporting
Incorrect or improved errors from pandas
Milestone
In the current master, I am no longer able to add or subtract
bool
scalars from Series. For example:When I subtract
True
to flip the trues and falses, I get:Running current master on Python 2.7.5 (OS X 10.9.2).
The text was updated successfully, but these errors were encountered: