how to convert missing values to a list and then add it to the dataframe and drop it from the same dataframe?

后端 未结 0 1308
独厮守ぢ
独厮守ぢ 2021-01-28 12:54
missing_values = missing_values[missing_values.values>(0.3*len(missing_values))]
len(missing_values)

Need to convert missing

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