mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-31 12:10:31 +08:00
DOC: Mention groupby in top/bottom docs.
This commit is contained in:
@@ -931,6 +931,9 @@ class Factor(RestrictedDTypeMixin, ComputableTerm):
|
||||
"""
|
||||
Construct a Filter matching the top N asset values of self each day.
|
||||
|
||||
If ``groupby`` is supplied, returns a Filter matching the top N asset
|
||||
values for each group.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
N : int
|
||||
@@ -952,6 +955,9 @@ class Factor(RestrictedDTypeMixin, ComputableTerm):
|
||||
"""
|
||||
Construct a Filter matching the bottom N asset values of self each day.
|
||||
|
||||
If ``groupby`` is supplied, returns a Filter matching the bottom N
|
||||
asset values for each group.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
N : int
|
||||
|
||||
Reference in New Issue
Block a user