Is there any efficient method of adding list present as element in numpy array. Ex:arr = [ [ [1,2,3] , [4,5,6] ] [ [1,4,6] , [2,3,5] ] ] Is a (2,2,3)...