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
The following code used to work, but is now throwing an error, assuming the datatype of the resulting df changed from SparkDataFrame to pyspark.sql.connect.dataframe.DataFrame
Describe the bug
The following code used to work, but is now throwing an error, assuming the datatype of the resulting df changed from SparkDataFrame to pyspark.sql.connect.dataframe.DataFrame
simply adding .toPandas() to the df on input to edges() fixes the problem, but we should handle in the client.
error:
To Reproduce
Lab 2 - Data Preparation and Styling-ExpectedPandasArrowSparkDataframe.zip
The text was updated successfully, but these errors were encountered: