The data type:
x in ndarray and x[ i ]--> int64
type(f) --> ' list '
type( f[ 0 ] ) --> ' tuple '
type( f[ 0][0] ) --> 'ndarray'
type( f[ 0 ][ 0 ][ 0] ) --> 'int64'
How do you think to avoid diversity if data type in this example? I think it is not necessary to get diverse dtype as well as more than 1D array..