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.
Methods
unpack_scalar
(dataset, data)Given a dataset object and data in the appropriate format for the interface, return a simple scalar.
add_dimension
aggregate
array
assign
concat
dimension_type
geom_type
groupby
has_holes
holes
iloc
init
isscalar
length
mask
range
redim
reindex
sample
select
shape
sort
validate
values
Parameter Definitions