array ([1, None, 3, 4], dtype=object) >>>for dtype in ['object', 'int']: print("dtype =", dtype) %timeit np.arange(1E6, dtype=dtype).sum()
確定! 回上一頁