• 2022-06-30
    如果需要求一组缺失数据进行处理,我要采用中位数方法,应该调用哪个函数?
    A: mean( )
    B: median( )
    C: mode( )
    D: fillna( )