Constructs a 2D array from a group of sequences.
Sequences are filled with missing values to match the length of the longest sequence.
Parameters : | args : sequences
|
---|---|
Returns : | argstoarray : MaskedArray
|
Notes
numpy.ma.row_stack has identical behavior, but is called with a sequence of sequences.