We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5a58d commit b5e1a54Copy full SHA for b5e1a54
pandas_selectable/__init__.py
@@ -183,6 +183,7 @@ class SelectableColumn:
183
notna = selector_wrapper(pd.Series, "notna")
184
notnull = selector_wrapper(pd.Series, "notnull")
185
isin = selector_wrapper(pd.Series, "isin")
186
+ between = selector_wrapper(pd.Series, "between")
187
188
def __init__(self, parent, series=None):
189
# if accessed as the series accessor, parent is the series
0 commit comments