Skip to content

Commit b5e1a54

Browse files
committed
Support between
1 parent 8b5a58d commit b5e1a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas_selectable/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ class SelectableColumn:
183183
notna = selector_wrapper(pd.Series, "notna")
184184
notnull = selector_wrapper(pd.Series, "notnull")
185185
isin = selector_wrapper(pd.Series, "isin")
186+
between = selector_wrapper(pd.Series, "between")
186187

187188
def __init__(self, parent, series=None):
188189
# if accessed as the series accessor, parent is the series

0 commit comments

Comments
 (0)