Imputation of Missing Value on Python for Consecutive NaN

后端 未结 0 872
孤街浪徒
孤街浪徒 2021-02-18 13:18

I am looking for a clean way to impute the missing value of my dataset on Python

     a       b
0    1       2

1    np.nan   3

2    np.nan   np.nan
  
3    np.n         


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