[Numpy-discussion] convert dictionary of arrays into single array
John
washakie@gmail....
Mon Mar 21 13:01:43 CDT 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