You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: