[Numpy-discussion] convert dictionary of arrays into single array

John washakie at gmail.com
Mon Mar 21 14:01:43 EDT 2011


Hey all, just wanted to let you know that this works nicely:

stacked = np.vstack(MyDict.values())

So long as the dictionary only cotains the recarrays.



More information about the NumPy-Discussion mailing list