holoviews.core.data.array module#

class holoviews.core.data.array.ArrayInterface(*, name)[source]#

Bases: Interface

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

dimension_type

dtype

groupby

iloc

init

isscalar

mask

reindex

sample

select

sort

validate

values

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.