2020-08-05
阅读量:
1301
pandas中 data.dropna(axis = 0 , thresh = 3) 这个thresh参数的含义?
thresh参数用法是:保留至少有n个非NaN数据的行/列
如图,当运行完这一行代码后,data.dropna(axis = 0 , thresh = 3),
可以看到“”1“”行数据被丢弃






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论