Index * Series returns Index #19080
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
good first issue
Numeric Operations
Arithmetic, Comparison, and Logical operations
Milestone
Holdover from #19042 (see discussion in #19044), the example below applies to regular Index objects too. Easy fix (tag as good-first-PR?), just need to add a check here that returns
NotImplemented
ifisinstance(other, ABCSeries)
. Updating the appropriate tests is the labor-intensive part.The text was updated successfully, but these errors were encountered: