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