2020-08-05
阅读量:
1397
pandas中 data.dropna(axis = 0 , thresh = 3) 这个thresh参数的含义?

thresh参数用法是:保留至少有n个非NaN数据的行/列
如图,当运行完这一行代码后,data.dropna(axis = 0 , thresh = 3),

可以看到“”1“”行数据被丢弃
22.6570
5
3
关注作者
收藏
评论(0)
发表评论
暂无数据
推荐帖子
0条评论
0条评论
0条评论

