How to write, then read, (conserving all specifics) of the following list, in python?
Using various methods, I could not read the data back with the exact same formatting, datatypes, etc. I'm using python 3.6.7. Here is a toy-sample to play with
sample_list = [[np.ones(shape = (3,4), dtype='uint8'), np.int64(2), 'd654'], [np.ones(shape = (3,4), dtype='uint8'), np.int64(4), 'd654']]