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.
fbfd0e8
Fix to allow compatibility with pandas 2.0
0dc5fac
Minor release with documentation improvement.
da5523a
Includes support for syntax like dta.select.B.dt.month == 12 and dta.select.B.between('2021-01-01', '2021-02-15').
dta.select.B.dt.month == 12
dta.select.B.between('2021-01-01', '2021-02-15')
93fb369
Added support for notnull/notna methods.
2236f51
Merge pull request #1 from jseabold/rename-project Rename project
24e899a
Updates the metadata for PyPI