How to convert 2D float numpy array to 2D int numpy array?
Asked 07 September, 2021
Viewed 1.3K times
  • 51
Votes

How to convert real numpy array to int numpy array? Tried using map directly to array but it did not work.

4 Answer