zcollection.variable.abc#

Dataset variable.#

Modules Attributes

I

Generic type for a variable interface.

T

Generic type for a dataset variable.

Classes

IVariable()

Define the interface for a variable.

Variable(name, data, dimensions, *[, attrs, ...])

Variables hold multi-dimensional arrays of data.

Functions

concat(self, other, concatenate, dim)

Concatenate a variable with another variable or a sequence of variables.

new_variable(cls, **kwargs)

Create a new variable.

not_equal(first, second)

Check if two objects are not equal.