I cannot get Fillna in Python to Work when using Mode to Replace NaNs with Most Frequent Column String Value

前端 未结 0 1698
南笙
南笙 2020-12-17 06:02

Strange problem.

I have a dtype == object dataframe column with string values and NaNs. Looks like this:

df   
     Response    
0    Email
1    NaN
2         


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