.. _api: ============= API reference ============= .. toctree:: :maxdepth: 4 :hidden: label_selection boolean_indexing sklearn pandera ``pandas_select`` relies on Pandas' mechanism of `selection by callable `_ to achieve `selection by labels `_ and `boolean indexing `_. It defines selectors as classes implementing the magic method :meth:`~object.__call__`. This section describes the API, if you'd like a more hands-on introduction, have a look at :ref:`getting-started`. Following pandas'semantic, `pandas-select` distinguishes between two types of selectors: - Label selectors: :ref:`label-selection`. - Boolean indexers: :ref:`boolean-indexing`