When including Dask Expr in my dependencies, my default Dask Dataframes are no longer instances of dd.core.DataFrame. This leads to subtle bugs during isinstance(ddf, dd.DataFrame) checks depending on the exact library call used to construct the DataFrame.
Describe the issue:
When including Dask Expr in my dependencies, my default Dask Dataframes are no longer instances of
dd.core.DataFrame
. This leads to subtle bugs duringisinstance(ddf, dd.DataFrame)
checks depending on the exact library call used to construct the DataFrame.Minimal Complete Verifiable Example:
Anything else we need to know?:
Environment:
Installed via poetry: