We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2466ecb commit 7811a51Copy full SHA for 7811a51
asv_bench/benchmarks/frame_methods.py
@@ -19,7 +19,7 @@ def setup(self):
19
self.df = DataFrame(np.random.randn(1000, 100))
20
21
def time_frame_apply_lambda_mean(self):
22
- self.df.apply((lambda x: x.sum()))
+ self.df.apply((lambda x: x.mean()))
23
24
25
class frame_apply_np_mean(object):
0 commit comments