
Sklearn-pandas provides a bridge between scikit-learn's machine learning methods and pandas data frames.
In particular, it provides: - a way to map DataFrame columns to transformations, which are later recombined into features - a way to cross-validate a pipeline that takes a pandas DataFrame as input.
This is the Python 3 version of the package.