zcollection.partitioning.abc#

Partitioning scheme.#

Modules Attributes

Partition

Object that represents a partitioning scheme

PatternType

The callable that parses the partitioning scheme

DATA_TYPES

Allowed data types for partitioning schemes

Classes

Partitioning(variables[, dtype])

Initializes a new Partitioning instance.

Functions

concatenate_item(arr, item)

Concatenate an array with a given item.

difference(arr)

Calculate the difference between each element in the array and the previous element.

list_partitions(fs, path, depth, *[, root])

The number of variables used for partitioning.

unique(arr)

Return unique elements and their indices.

unique_and_check_monotony(arr)

Return unique elements and their indices.