Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_replace_series
Method
time_replace_series
asv_bench/benchmarks/replace.py:34–35 ·
view source on GitHub ↗
(self, inplace)
Source
from the content-addressed store, hash-verified
32
self.s = pd.Series(np.random.randint(N, size=10**3))
33
34
def
time_replace_series(self, inplace):
35
self.s.replace(self.to_rep, inplace=inplace)
36
37
38
class
ReplaceList:
Callers
nothing calls this directly
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected