pandas-select: Supercharged DataFrame indexing

Github Actions status Coverage Documentation status Latest PyPI version Python versions supported License Code style: black https://img.shields.io/badge/style-wemake-000000.svg

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