Is it possible to append to a numpy array without loading it into RAM? I am trying to create a large numpy array that is bigger than my RAM on google colab, and then using memmap to read parts of it at a time. I have the second part figured out but I have no way of creating hte large numpy array in the first place.
numpy.memmap: numpy.org/doc/stable/reference/generated/numpy.memmap.htmlnumpy.memmaparray. They work pretty much like a normalnumpy.ndarray. You need to be more specific.