- 博客(6)
- 收藏
- 关注
原创 基础折线图,柱状图,饼图
axes[1].plot(x_mianji,y_danjia,color='r',linestyle='--',label='参考单价')y_nanshan1 = data.loc[data.index[4425:8476],["参考总价"]]y_nanshan2 = data.loc[data.index[8716:9155],["参考总价"]]y_futian1 =data.loc[data.index[0:4424],["参考总价"]]axes[0].set_xlabel("建筑面积(m^2)")
2023-04-11 17:18:43 107
转载 countplot
countplot导入seaborn库1import使用countplot1countplot方法中必须要x或者y参数,不然就报错。官方给出的countplot方法及参数:下面讲解countplot方法中的每一个参数。以泰坦尼克号为例。原始数据如下:123。
2023-04-10 20:27:51 1536
转载 random
random里常用的基本就是这些,除了这些还有将字符串,列表等打乱顺序的shuffle,从多个字符里选取指定字符数量随机组成一个字符串的join,不过这些都不常用,就不细说了。
2023-03-09 20:29:34 903 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人