Convert Python sequence to NumPy array, filling missing values
The implicit conversion of a Python sequence of variable-length lists into a NumPy array cause the array to be of type object.
The implicit conversion of a Python sequence of variable-length lists into a NumPy array cause the array to be of type object.