Posts by Romulo Rodrigues • 1 point
1 post
-
0
votes2
answers770
viewsA: PYTHON - Typeerror: 'numpy.float64' Object is not iterable
This error is being returned because you are using the object "p" of the first for which it is a float64 object (which is not an eternal object) for the iteration of the second for: for p in p: for…
pythonanswered Romulo Rodrigues 1