Skip to content

Conversation

@ueshin
Copy link
Member

@ueshin ueshin commented Feb 10, 2026

What changes were proposed in this pull request?

Raises AttributeError from methods removed in pandas 3.

  • DataFrame/Series: backfill, pad, first, last, swapaxes
  • GroupBy: fillna
  • Index: hold_integer

Why are the changes needed?

There are some methods removed in pandas 3, which should raise AttributeError in pandas API on Spark, too.

Does this PR introduce any user-facing change?

Yes, the methods removed in pandas 3 will raise AttributeError with pandas 3.

How was this patch tested?

Updated the related tests.

Was this patch authored or co-authored using generative AI tooling?

No.

@ueshin
Copy link
Member Author

ueshin commented Feb 10, 2026

@zhengruifeng
Copy link
Contributor

merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants