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
I also tried on Debian GNU/Linux 10 (buster), same error, same pysparkling version, same code, but with Python 3.11 rather than 3.10.
For context, I'd like to use pd.testing.assert_frame_equal() to write a unit test. I have no experience with this library or pyspark, so I might be missing something obvious.
The text was updated successfully, but these errors were encountered:
Taking the example from the readme and appending
counts.toDF().toPandas()
fails with the titular error. Complete code:I also tried on Debian GNU/Linux 10 (buster), same error, same pysparkling version, same code, but with Python 3.11 rather than 3.10.
For context, I'd like to use
pd.testing.assert_frame_equal()
to write a unit test. I have no experience with this library or pyspark, so I might be missing something obvious.The text was updated successfully, but these errors were encountered: