We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using 3.4 version of Apache Spark and 1.7 of Apache Sedona within the Microsoft Fabric environment. When i create create a map using
map = SedonaKepler.create_map(df=groupedresult, name="AirportCount") map
It doesnt render anything in the output but when i generate the html file and push it to one of the lakehouse folder, it worked.
map.save_to_html(file_name='Files/html/kepler_map.html').
Any pointers to solve this issue?
The text was updated successfully, but these errors were encountered:
Thank you for your interest in Apache Sedona! We appreciate you opening your first issue. Contributions like yours help make Apache Sedona better.
Sorry, something went wrong.
No branches or pull requests
I am using 3.4 version of Apache Spark and 1.7 of Apache Sedona within the Microsoft Fabric environment. When i create create a map using
map = SedonaKepler.create_map(df=groupedresult, name="AirportCount")
map
It doesnt render anything in the output but when i generate the html file and push it to one of the lakehouse folder, it worked.
map.save_to_html(file_name='Files/html/kepler_map.html').
Any pointers to solve this issue?
The text was updated successfully, but these errors were encountered: