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
Similar problem as #796. Indeed you cannot pickle folium objects, and we're not going to fix this in folium. Unless someone has an idea how to reasonably do this.
I advice you to collect your data from pyspark and create a folium map with markers outside of pyspark. You cannot create a map with millions of markers anyway, so you won't need parallel processing to add markers.
I m trying to use folium with pyspark , when i run the foreach method of Spark dataframe Rdd i got this error :
and this is my code :
The text was updated successfully, but these errors were encountered: