Skip to content

Commit 3c4a188

Browse files
committed
Added ASV benchmarks
1 parent 73c4fd3 commit 3c4a188

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

asv_bench/benchmarks/groupby.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ class GroupByMethods(object):
370370

371371
param_names = ['dtype', 'method']
372372
params = [['int', 'float'],
373-
['all', 'any', 'count', 'cumcount', 'cummax', 'cummin',
374-
'cumprod', 'cumsum', 'describe', 'first', 'head', 'last', 'mad',
375-
'max', 'min', 'median', 'mean', 'nunique', 'pct_change', 'prod',
376-
'rank', 'sem', 'shift', 'size', 'skew', 'std', 'sum', 'tail',
377-
'unique', 'value_counts', 'var']]
373+
['all', 'any', 'bfill', 'count', 'cumcount', 'cummax', 'cummin',
374+
'cumprod', 'cumsum', 'describe', 'ffill', 'first', 'head',
375+
'last', 'mad', 'max', 'min', 'median', 'mean', 'nunique',
376+
'pct_change', 'prod', 'rank', 'sem', 'shift', 'size', 'skew',
377+
'std', 'sum', 'tail', 'unique', 'value_counts', 'var']]
378378

379379
def setup(self, dtype, method):
380380
ngroups = 1000

0 commit comments

Comments
 (0)