Skip to content

[SPARK-46926][PS] Add convert_dtypes, infer_objects and set_axis in fallback list#44965

Closed
zhengruifeng wants to merge 1 commit intoapache:masterfrom
zhengruifeng:ps_add_fallback_list
Closed

[SPARK-46926][PS] Add convert_dtypes, infer_objects and set_axis in fallback list#44965
zhengruifeng wants to merge 1 commit intoapache:masterfrom
zhengruifeng:ps_add_fallback_list

Conversation

@zhengruifeng
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Add convert_dtypes, infer_objects and set_axis in fallback list

Why are the changes needed?

for pandas parity

Does this PR introduce any user-facing change?

these apis are disabled by default

How was this patch tested?

manually check with the latest pandas examples

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

no

lookup = _unsupported_function(
"lookup", deprecated=True, reason="Use DataFrame.melt and DataFrame.loc instead."
)
to_gbq = _unsupported_function(
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhengruifeng zhengruifeng deleted the ps_add_fallback_list branch January 31, 2024 05:08
@zhengruifeng
Copy link
Copy Markdown
Contributor Author

thanks, merged to master

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants