摘要: 老唐数据分析机器学习numpy1 import numpy world_alcohol = numpy.genfromtxt("world_alcohol.txt", delimiter=",", dtype=str) print(type(world_alcohol)) print (world_ 阅读全文
posted @ 2019-10-22 20:51 LXL_1 阅读(236) 评论(0) 推荐(0) 编辑