NumPy - Creating Arrays
You want to create a NumPy array from a list of strings representing numbers, like
['1', '2', '3'], but want the array to have integer type. Which code achieves this?