load#
- _HdfArray.load(**kwargs)[source]#
Load the full dataset into the in-memory cache.
Has no effect (emits
CacheWarning) whencache=None.- Parameters:
- **kwargs
object Accepted but ignored; present for subclass override compatibility.
- **kwargs
Examples
>>> reader.load() >>> reader.data_cached True