holoviews.core.data.spatialpandas_dask module#

class holoviews.core.data.spatialpandas_dask.DaskSpatialPandasInterface(*, name)[source]#

Bases: SpatialPandasInterface

Parameter Definitions


base_interface[source]#

alias of DaskInterface

classmethod loaded()[source]#

Indicates whether the required dependencies are loaded.

classmethod split(dataset, start, end, datatype, **kwargs)[source]#

Splits a multi-interface Dataset into regular Datasets using regular tabular interfaces.

classmethod values(dataset, dimension, expanded=True, flat=True, compute=True, keep_index=False)[source]#

Returns a single concatenated array of all subpaths separated by NaN values. If expanded keyword is False an array of arrays is returned.