holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 25 forks source link

Support dask-expr DataFrame #146

Open hoxbro opened 1 month ago

hoxbro commented 1 month ago

We should try to support dask-expr.

The test suite can be set up like done in Datashader, where we both test for "classic" and "dask-expr" DataFrame

Inspiration for this can be found in https://github.com/geopandas/dask-geopandas/pull/285