• 2022-06-29
    Pandas中常见的数据清洗操作有空值和缺失值的处理,判断空值的函数有( )。
    A: head()
    B: .empty()
    C: mean()
    D: isnull()