geopandas / dask-geopandas

Parallel GeoPandas with Dask
https://dask-geopandas.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
486 stars 45 forks source link

Allow to use latest dask without dask-expr #299

Closed jorisvandenbossche closed 2 months ago

jorisvandenbossche commented 2 months ago

From https://github.com/conda-forge/dask-geopandas-feedstock/pull/17. For the default of QUERY_PLANNING_ON of None, we were always setting it to True (for recent pandas), while upstream dask still sets it to False (with warning) if dask-expr is not installed. So updating our logic here to mimic what dask does, also still allowing to use dask-geopandas without dask-expr with recent dask (although dask will still give a noisy warning in that case about installing dask-expr)