I am developing an application based on Spark using their Python API. I am trying to change the code such that I can use either PySpark or DuckDB based on a startup parameter. DuckDB is significantly ...
I have two spatially enabled dataframes sdf1 and sdf2. sdf1 = GeoAccessor.from_xy(df, x_column = 'ftEasting', y_column = 'ftNorthing', sr=2228) sdf2 = ...