Filling empty columns with mode value in pandas

前端 未结 0 1036
日久生厌
日久生厌 2020-11-28 15:03

I want to fill nan for gender column with the mode using pandas but my way does not work

# Replace empty gender(73) with there most common gender
mode = df[\'         


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