Fork me on GitHub
摘要: 简介 之前讲到了NumPy中有多种数据类型,每种数据类型都是一个dtype(numpy.dtype )对象。今天我们来详细讲解一下dtype对象。 dtype的定义 先看下dtype方法的定义: class numpy.dtype(obj, align=False, copy=False) 其作用就 阅读全文
posted @ 2021-04-30 09:44 flydean 阅读(7612) 评论(0) 推荐(0) 编辑