Closed
Description
When doing df.fillna(10, limit=2)
what is limit=2
doing?
The docstring says:
limit : int, default None
Maximum size gap to forward or backward fill
But this only explains for filling with a method, not for filling with a value.