pandas.DataFrame.fillna
他们是一样的。我喜欢sudo rm /usr/bin/python
sudo ln -s <path_to_your_python3_bin> /usr/bin/python
,因为它更能描述它的作用。
我们可以在源代码中看到通用'ffill'
source
NDFRame.fillna
我们可以看到 method = missing.clean_fill_method(method)
交换method == 'ffill'
时的情况
source
'pad'
注意强>
pandas也有ffill
方法做同样的事情