¡@

Home 

python Programming Glossary: p_r_colors

find and delete from more-dimensional numpy array

http://stackoverflow.com/questions/16839303/find-and-delete-from-more-dimensional-numpy-array

all the columns from p_a_colors that are in p_rem so I get p_r_colors np.array 0 0 0 0 2 0 3 2 4 I think something should work like.. 0 0 0 0 2 0 3 2 4 I think something should work like p_r_colors np.delete p_a_colors np.where np.all p_a_colors p_rem axis 0.. 0 0 but I just don't get the axis or right. I know that p_r_colors copy.deepcopy p_a_colors for i in range len p_rem p_r_colors..