Using Numpy Memmap to Read In Certain Rows or Columns

570 Views Asked by At

I just wanted to ask if it was possible to store a numpy array as a .npy file and then use memmap to look through it at certain rows/columns?

0

There are 0 best solutions below