holoviews.core.data.dictionary module#

class holoviews.core.data.dictionary.DictInterface(*, name)[source]#

Bases: Interface

Interface for simple dictionary-based dataset format. The dictionary keys correspond to the column (i.e. dimension) names and the values are collections representing the values in that column.

Parameter Definitions


classmethod unpack_scalar(dataset, data)[source]#

Given a dataset object and data in the appropriate format for the interface, return a simple scalar.