What is the most Python3 efficient way to store ‘large’ data?
I am modelling energy ‘blobs’ as a row of data containing 9 variables. I have created up to a billion (rows of) ‘blobs’ so far but now need to save them in some form of data structure where I can manipulate the variables in each blob’.