I have an array arrx = np.zeros([50,1]). I want to fill this array with the absolute values held by \'x\'. \'x\' holds 50 floats x = (i[\'x\']).
arrx = np.zeros([50,1])
x = (i[\'x\'])