-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Dtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsEnhancementNeeds TestsUnit test(s) needed to prevent regressionsUnit test(s) needed to prevent regressionsNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations
Description
Looks like it's almost all in tests.series.test_operators.test_operators_bitwise
In particular, op(series, index) will always raise for op in [&, |, ^]. (Presumably also op(series, categorical), but I haven't looked at that closely.) I can fix this and add some basic tests for it, but the dtype logic in ops._bool_method_SERIES
doesn't make entirely clear what the desired behavior is, so some input will be needed to flesh them out more thoroughly.
Metadata
Metadata
Assignees
Labels
Dtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsEnhancementNeeds TestsUnit test(s) needed to prevent regressionsUnit test(s) needed to prevent regressionsNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations