I want to use gepatial functions which uses mosaic library. How can I use it without using mosaic library and import functions available ?Example st_aswkt
Thanks for the response! I tried using it. In sql it is working finebut when I tried in python it is failingSyntax from pyspark.databricks.sql.functions import *from math import *h3_pointash3('POINT("lat","lan")',13)) this is giving me syntax error