You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My files are fairly large so I usually work with numpy memmap's to deal with the out-of-core-memory problem. It would be nice to have an option allowing readmda() to return a memmap instead of loading the data into main memory.