05 2021 档案

摘要:一、NumPy Ndarry对象 array(object, dtype, copy, order, subok, ndmin) object:数组或嵌套的数列 dtype:数组元素的数据类型,可选 copy:对象是否需要复制,可选 order:创建数组的样式,C为行方向,F为列方向,A为任意方向( 阅读全文
posted @ 2021-05-19 20:46 Eliphaz 阅读(152) 评论(0) 推荐(0) 编辑
摘要:def str_to_dic(headerStr, stripIsNotvalid=None): dict = collections.OrderedDict() #对字典对象中元素的排序。 if headerStr.strip(): for headItem in headerStr.split( 阅读全文
posted @ 2021-05-07 11:10 Eliphaz 阅读(91) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示