Extraire les éléments de tableau non zéro Python
numpy.nonzero(array)
#Return the indices of all the nonzero elements in the array
MitchAloha
numpy.nonzero(array)
#Return the indices of all the nonzero elements in the array