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

Method time_scalar_function_multi_col

asv_bench/benchmarks/groupby.py:127–128  ·  view source on GitHub ↗
(self, factor)

Source from the content-addressed store, hash-verified

125 self.df = df
126
127 def time_scalar_function_multi_col(self, factor):
128 self.df.groupby(["key", "key2"]).apply(lambda x: 1)
129
130 def time_scalar_function_single_col(self, factor):
131 self.df.groupby("key").apply(lambda x: 1)

Callers

nothing calls this directly

Calls 2

applyMethod · 0.45
groupbyMethod · 0.45

Tested by

no test coverage detected