I have numpy arrays that consists of lists of differing lengths. Example:
x = np.array([[1,2,3],[4,5]])
x is of dtype=object
x
dtype=object