Get your own Python server Result Size: 625 x 565
x
 
import numpy as np
arr = np.array(['a', '2', '3'], dtype='i')
Traceback (most recent call last):
  File "./prog.py", line 3, in 
ValueError: invalid literal for int() with base 10: 'a'