Replace outliers with mean value

前端 未结 0 1617
名媛妹妹
名媛妹妹 2021-01-30 03:46

I have following function that will remove the outlier but I want to replace them with mean value

        def remove_outlier(df_in, col_name):
        q1 = df_in[         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题