We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddadf09 commit e2902ecCopy full SHA for e2902ec
1 file changed
holoviews/core/data/dask.py
@@ -44,7 +44,7 @@ class DaskInterface(PandasInterface):
44
45
@classmethod
46
def loaded(cls):
47
- return 'dask' in sys.modules and 'pandas' in sys.modules
+ return 'dask.dataframe' in sys.modules and 'pandas' in sys.modules
48
49
50
def applies(cls, obj):
0 commit comments