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