Use the type function to check the type of data: type(data) The output is as follows: numpy.ndarray As we can see, the data variable is also a NumPy array.
確定! 回上一頁