Sort rows of a dataframe in descending order of NaN counts

前端 未结 4 2028
栀梦
栀梦 2021-01-13 12:41

I\'m trying to sort the following Pandas DataFrame:

         RHS  age  height  shoe_size  weight
0     weight  NaN     0.0        0.0     1.0
1  shoe_size  N         


        
4条回答
提交回复
热议问题