ProxyDataset#
Indexing and Mutation#
|
Get data from the dataset using slicing or indexing. |
|
Set data in the dataset using slicing or indexing. |
|
Append data to the end of the dataset. |
Metadata and Shape#
|
Get dataset metadata attributes. |
|
Get the shape of the dataset. |
|
Get the total number of elements in the dataset. |
|
Get the data type of the dataset. |
|
Get the number of dimensions. |
|
Get the total bytes consumed by the dataset elements. |