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

[SPARK-45634][PS] Remove DataFrame.get_dtype_counts from Pandas API on Spark #43488

Closed
wants to merge 1 commit into from

Conversation

itholic
Copy link
Contributor

@itholic itholic commented Oct 23, 2023

What changes were proposed in this pull request?

This PR proposes to remove old API get_dtype_counts from Pandas API on Spark

Why are the changes needed?

This API was deprecated a long time ago, but has not been removed since it's internally used in our code base. But it's no longer used in anywhere currently.

Does this PR introduce any user-facing change?

DataFrame.get_dtype_counts is removed.

How was this patch tested?

No new test is required for API removal. The existing CI should pass.

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

No.

@HyukjinKwon
Copy link
Member

Merged to master.

@itholic itholic deleted the SPARK-45634 branch November 20, 2023 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants