Store each partition’s data in memory in place if the master array is smaller than the chunk size.
There is no change to partitions with data that are already in memory.
Parameters: |
|
---|---|
Returns: | None |
Examples: |
>>> d.to_memory()
>>> d.to_memory(regardless=True)