numpy中ndarray数据结构简介 一、综述 1、ndarray的本质是:对象 2、ndarray是numpy中的数据结构(叫做:n维数组),是同构数据多维容器,所有元素必须是相同类型 3、面向数组 … Continue reading numpy中ndarray数据结构简介