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

Method peakmem_replace_dict

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

Source from the content-addressed store, hash-verified

415 self.ser.replace(self.replace_dict)
416
417 def peakmem_replace_dict(self, num_to_replace):
418 self.ser.replace(self.replace_dict)
419
420 def time_replace_list(self, num_to_replace):
421 self.ser.replace(self.to_replace_list, self.values_list)

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected