load

Contents

load#

_HdfArray.load(**kwargs)[source]#

Load the full dataset into the in-memory cache.

Has no effect (emits CacheWarning) when cache=None.

Parameters:
**kwargsobject

Accepted but ignored; present for subclass override compatibility.

Examples

>>> reader.load()
>>> reader.data_cached
True