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] Pandas 2+ and Spark < 3.4 can't work together #476

Closed
goodwanghan opened this issue Jun 6, 2023 · 0 comments · Fixed by #474
Closed

[BUG] Pandas 2+ and Spark < 3.4 can't work together #476

goodwanghan opened this issue Jun 6, 2023 · 0 comments · Fixed by #474

Comments

@goodwanghan
Copy link
Collaborator

Pandas 2+ and Spark < 3.4 can't work together because pyspark < 3.4 relies on some old features of Pandas such as iteritems.

However, there are workarounds. And given that many users have not upgraded to the latest Spark but still want to use Pandas 2, we should implement the workarounds and make them work together.

We should also take this chance to do more extensive Spark tests with different version combinations of pyspark and pandas.

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

Successfully merging a pull request may close this issue.

1 participant