If I load data, and ask
np.shape(data)
and the answer is (somenumber,) with no entry after the comma, does this mean the array is empty?
For instance, (151234,).
In this particular case, I am loading in a large dataset (5 GB) of pickled data, but I believe the array is empty.
Googled python empty array,