How to convert NumPy array from float to int

How to convert NumPy array from float to int

You can convert the NumPy array from float to int with the following code. If you want to learn Python, I highly recommend reading This Book. Output: [ 5 3 12 20] Free Learning Resources