运行环境: jupyter notebook+python3.6+numpy1.19.1 1. 常量 2.数据类型 3.时间日期和时间增量 numpy.datetime64()将字符串转换成时间日期类型 datetime64应用例子: 4.数组的创建 numpy 提供的最重要的数据结构是ndarray,它是 python 中list的扩展。