Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
03ee26b
Added test coverage for observed=False with ops
WillAyd May 15, 2019
ee549ed
Fixed issue with observed=False and nth
WillAyd May 15, 2019
f0a510d
Stubbed whatsnew note
WillAyd May 15, 2019
f671204
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd May 16, 2019
94dda01
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd May 17, 2019
e59a991
lint fixup
WillAyd May 17, 2019
3677471
Simplified test
WillAyd May 19, 2019
34c2f06
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd May 19, 2019
2ca34e3
whatsnew whitespace fix
WillAyd May 19, 2019
d3e5efa
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd Jun 3, 2019
f9758b8
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd Jun 4, 2019
ad729c5
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd Jun 27, 2019
5b7b6bc
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd Jul 15, 2019
aff7327
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd Jul 15, 2019
47201fb
blackify
WillAyd Jul 15, 2019
56822cc
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd Jul 15, 2019
1804e27
Removed doc whitespace
WillAyd Jul 15, 2019
4c2e413
Merge remote-tracking branch 'upstream/master' into nth-na-handling
WillAyd Jul 25, 2019
a837564
moved whatsnew to 0.25.1
WillAyd Jul 25, 2019
308e569
Merge remote-tracking branch 'upstream/master' into WillAyd-nth-na-ha…
TomAugspurger Aug 19, 2019
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint fixup
  • Loading branch information
WillAyd committed May 17, 2019
commit e59a991e395cd6c13832dcb3b23bb12e06f3e01a
2 changes: 2 additions & 0 deletions pandas/tests/groupby/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def three_group():

AGG_FUNCS = ['sum', 'prod', 'min', 'max', 'mean', 'median', 'var', 'first',
'last', 'nth'] # TODO: ohlc?


@pytest.fixture(params=AGG_FUNCS)
def agg_func(request):
return request.param