单项选择题

在pandas中可以直接删除缺失值的是()

A.notnull()不为空有数据显示True
B.isnull()为空没有数据显示True
C.dropna()去除缺失值
D.drop()删除