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 43fbd2d commit 8b5a58dCopy full SHA for 8b5a58d
pandas_selectable/tests/test_select.py
@@ -58,6 +58,7 @@ def test_dt(dta):
58
assert dta.select.B.dt.is_year_start.equals(dta.loc[[0]])
59
assert len(dta.select.B.dt.day == 15) == 1
60
assert len(dta.select.B.dt.month == 2) == 0
61
+ assert len(dta.select.B.between("2020-01-03", "2020-01-05")) == 3
62
63
64
def test_index(dta):
0 commit comments