In Numpy, empty arrays have the default data type numpy.float64 . print(numpy.array([]).dtype) # float64. I'm questioning whether this is the right choice.
確定! 回上一頁