Skip to content

BUG: Series.dot for arrow and nullable dtypes returns object-dtyped series #61376

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

Merged

Conversation

theavey
Copy link
Contributor

@theavey theavey commented Apr 29, 2025

fixes #61375 by porting DataFrame fix (from #54025 as reported in #53979)

@mroeschke mroeschke added Numeric Operations Arithmetic, Comparison, and Logical operations Arrow pyarrow functionality labels Apr 29, 2025
@mroeschke mroeschke added this to the 3.0 milestone Apr 29, 2025
@mroeschke mroeschke merged commit cf6de58 into pandas-dev:main Apr 29, 2025
48 checks passed
@mroeschke
Copy link
Member

Thanks @theavey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: dot on Arrow Series produces a Numpy object result
2 participants