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

Method time_fillna

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

Source from the content-addressed store, hash-verified

15 self.ts = pd.Series(data, index=rng)
16
17 def time_fillna(self, inplace):
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)

Callers

nothing calls this directly

Calls 1

fillnaMethod · 0.45

Tested by

no test coverage detected