缺失值处理

->删除第1、2列有空值的行

 datapd.dropna(axis='index', subset=[1,2])

posted @ 2020-11-01 15:17  周周和奇奇  阅读(51)  评论(0)    收藏  举报