I think of an RDD as a bag of elements with no order or relationship to one another. Each element is independent of the other. The easiest way to experiment with a RDD is to create one from a Python ...
I have followed https://sedona.apache.org/latest/setup/databricks/ and use Sedona within Python with spark.sql and it works fine. I now wish to scale up and use a ...