Login
Roast topics
Find topics
Find it!
From:
GeekPython - Python Programming Tutorials
(Uncensored)
subscribe
Pandas df.ffill() and df.bfill() - Handling Missing Values in Dataset
https://geekpython.in/ffill-and-bfill-in-pandas
links
backlinks
Tagged with:
python
machine learning
pandas
Roast topics
Find topics
Roast it!
The DataFrame.ffill() (forward fill) propagates missing or NaN values using the previous valid value in a column or row, while DataFrame.bfill() (backward