Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_ffill
Method
time_ffill
asv_bench/benchmarks/series_methods.py:115–116 ·
view source on GitHub ↗
(self, dtype)
Source
from the content-addressed store, hash-verified
113
self.ser.fillna(value=self.fill_value)
114
115
def
time_ffill(self, dtype):
116
self.ser.ffill()
117
118
def
time_bfill(self, dtype):
119
self.ser.bfill()
Callers
nothing calls this directly
Calls
1
ffill
Method · 0.45
Tested by
no test coverage detected