You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: