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

Method time_replace_dict

asv_bench/benchmarks/series_methods.py:414–415  ·  view source on GitHub ↗
(self, num_to_replace)

Source from the content-addressed store, hash-verified

412 )
413
414 def time_replace_dict(self, num_to_replace):
415 self.ser.replace(self.replace_dict)
416
417 def peakmem_replace_dict(self, num_to_replace):
418 self.ser.replace(self.replace_dict)

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected