top_10_filter property

top_10_filter property

Gets FilterColumn.top_10_filter for filtering data by rank of data.

Remarks

Before using this property, please make sure FilterColumn.filter_type is FilterType.TOP10, otherwise null will be returned.

Definition:

@property
def top_10_filter(self):
    ...

See Also