I have this array in my code however I need to remove the rows that contain zeros (in this case the third row and the fourth). I have tried some options but all without success, can someone suggest something for me to solve this problem?
I leave below the array:
print(AA)
array([[2.40258090e+01, 5.46388441e+00],
[2.37367092e+01, 1.63425169e+02],
[0.00000000e+00, 1.56246202e-01],
[1.68035590e+01, 0.00000000e+00],
[1.06032437e+01, 6.41505749e+00]])