Kunal-Mishra10

Results 1 issues of Kunal-Mishra10

## Expected behavior I am trying to execute the following code in Databricks as mentioned in the Sedona Official Doc df = sedona.read.format("geojson").option("multiLine", "true").load("PATH/TO/MYFILE.json") .selectExpr("explode(features) as features") # Explode the...