摘要: 查看数据类型:dtype 例子1: In[1]: a = np.arange(5) In[2]: a.dtype Out[1]: dtype('int32') 例子2: In[1]: b = np.array([1.00, 2.00 ,3.00 ,4.00 ], dtype=np.float64) 阅读全文
posted @ 2022-07-22 19:07 CharlesLC 阅读(317) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示