npzip

emlib.numpytools.npzip(*arrays)[source]

zip 1-D arrays, similar to the built-in zip

This is the same as np.column_stack but seems to be significantly faster all arrays should be the same shape

To unzip, use:

column0, column1 = a.transpose()
Return type:

ndarray