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
By avoiding .toPandas() alltogether (and the implicit .collect()), we will be able to get results back to the driver without shuffling the data (raw + solution) twice.
The text was updated successfully, but these errors were encountered:
By avoiding
.toPandas()
alltogether (and the implicit.collect()
), we will be able to get results back to the driver without shuffling the data (raw + solution) twice.The text was updated successfully, but these errors were encountered: