pandas-select: Supercharged DataFrame indexing¶
pandas-select is a collection of DataFrame selectors that facilitates indexing
and selecting data, fully compatible with pandas vanilla indexing.
The selector functions can choose variables based on their name, data type, arbitrary conditions, or any combination of these.
pandas-select is inspired by the excellent R library tidyselect.
Installation¶
pandas-select is a Python-only package hosted on PyPI.
It can be installed via pip:
pip install pandas-select