MCPcopy
hub / github.com/pandas-dev/pandas / time_replace

Method time_replace

asv_bench/benchmarks/replace.py:20–21  ·  view source on GitHub ↗
(self, inplace)

Source from the content-addressed store, hash-verified

18 self.ts.fillna(0.0, inplace=inplace)
19
20 def time_replace(self, inplace):
21 self.ts.replace(np.nan, 0.0, inplace=inplace)
22
23
24class ReplaceDict:

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected