cf.RaggedIndexedContiguousArray.to_memory

RaggedIndexedContiguousArray.to_memory()[source]

Bring an array on disk into memory and retain it there.

There is no change to an array that is already in memory.

Returns
RaggedIndexedContiguousArray

The array that is stored in memory.

Examples:

>>> b = a.to_memory()