Skip to content
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

BUG: Return numpy types from ArrowExtensionArray.to_numpy for temporal types when possible #56459

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added Timedelta Timedelta data type Arrow pyarrow functionality Timestamp pd.Timestamp and associated methods labels Dec 11, 2023
@phofl phofl added this to the 2.2 milestone Dec 14, 2023
@phofl phofl merged commit 4763b91 into pandas-dev:main Dec 14, 2023
44 checks passed
@phofl
Copy link
Member

phofl commented Dec 14, 2023

thx @mroeschke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Timedelta Timedelta data type Timestamp pd.Timestamp and associated methods
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Converting Index/Series to numpy array does not convert pyarrow datetime/timedelta types.
2 participants