We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c4fd3 commit 3c4a188Copy full SHA for 3c4a188
asv_bench/benchmarks/groupby.py
@@ -370,11 +370,11 @@ class GroupByMethods(object):
370
371
param_names = ['dtype', 'method']
372
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']]
+ ['all', 'any', 'bfill', 'count', 'cumcount', 'cummax', 'cummin',
+ 'cumprod', 'cumsum', 'describe', 'ffill', 'first', 'head',
+ 'last', 'mad', 'max', 'min', 'median', 'mean', 'nunique',
+ 'pct_change', 'prod', 'rank', 'sem', 'shift', 'size', 'skew',
+ 'std', 'sum', 'tail', 'unique', 'value_counts', 'var']]
378
379
def setup(self, dtype, method):
380
ngroups = 1000
0 commit comments