ProxyDataset#

Indexing and Mutation#

Persistable.ProxyDataset.__getitem__(item)

Get data from the dataset using slicing or indexing.

Persistable.ProxyDataset.__setitem__(key, value)

Set data in the dataset using slicing or indexing.

Persistable.ProxyDataset.append(value)

Append data to the end of the dataset.

Metadata and Shape#

Persistable.ProxyDataset.attrs

Get dataset metadata attributes.

Persistable.ProxyDataset.shape

Get the shape of the dataset.

Persistable.ProxyDataset.size

Get the total number of elements in the dataset.

Persistable.ProxyDataset.dtype

Get the data type of the dataset.

Persistable.ProxyDataset.ndim

Get the number of dimensions.

Persistable.ProxyDataset.nbytes

Get the total bytes consumed by the dataset elements.