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

ENH: Implement Series.interpolate for ArrowDtype #56347

Merged
merged 13 commits into from
Feb 8, 2024

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Dec 5, 2023

@mroeschke mroeschke added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Arrow pyarrow functionality labels Dec 5, 2023
@mroeschke mroeschke added this to the 2.2 milestone Dec 6, 2023
@mroeschke mroeschke modified the milestones: 2.2, 3.0 Jan 10, 2024
@mroeschke
Copy link
Member Author

Going to merge this PR (as it only applies to a narrow set of interpolate), but happy to follow up

@mroeschke mroeschke merged commit 2110b74 into pandas-dev:main Feb 8, 2024
47 checks passed
@mroeschke mroeschke deleted the enh/arrow/interpolate branch February 8, 2024 16:47
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
* ENH: Implement Series.interpolate for ArrowDtype

* Min version compat

* Fold into interpolate

* Remove from 2.2

* Modify tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.interpolate() Method Incompatible with float[pyarrow] Dtype
1 participant