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

Method peakmem_round_transposed

asv_bench/benchmarks/frame_methods.py:824–825  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

822 self.df.round()
823
824 def peakmem_round_transposed(self):
825 self.df_t.round()
826
827
828class Where:

Callers

nothing calls this directly

Calls 1

roundMethod · 0.45

Tested by

no test coverage detected