There was an error while loading. Please reload this page.
2 parents 6e8d42d + c81f484 commit e1e1993Copy full SHA for e1e1993
1 file changed
src/nested_dask/backends.py
@@ -3,8 +3,8 @@
3
4
import nested_pandas as npd
5
import pandas as pd
6
+from dask._dispatch import get_collection_type
7
from dask.dataframe.backends import meta_nonempty_dataframe
-from dask.dataframe.dask_expr._dispatch import get_collection_type
8
from dask.dataframe.dispatch import make_meta_dispatch
9
from dask.dataframe.extensions import make_array_nonempty
10
from dask.dataframe.utils import meta_nonempty
0 commit comments