'object' >>> a.dtype.name # Name of data type 'int32' >>> a.astype(float) # Convert an array to a different type array([1., 2., 3.]) ...
確定! 回上一頁