- 博客(1)
- 收藏
- 关注
原创 Numpy数组排序问题
在进行python数据分析的时候,使用Numpy对csv文件中读取到的数据进行分析,将数据放入数组中,本来打算进行数据从小到大的排列 python height=Height.sort() weight=Weight.sort() plt.plot(height,weight,label='模拟数据') plt.xlabel('Weight') plt.ylabel('Height') plt.title('演示从文件加载数据') plt.legend() plt.show() 因为数组使用sort()
2021-09-20 14:32:07
1797
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人