I am trying to convert a list of arrays of varying shapes to a dataframe.
data = [array([[1, 2], [1, 3], [1, 1]]), array([[1, 2, 3],