Multi-column operations#
Skrub provides various tools to extend the use of single column transformers to multiple columns.
- Operating over multiple columns at once
- Removing unneeded columns with
DropUninformativeandCleaner - Applying
DropUninformativeonly to a subset of columns - Skrub Selectors: helpers for selecting columns in a dataframe
- Selecting based on dtype or data properties
- Categories of selectors
- Advanced selectors:
filter()andfilter_names() - Combining selectors with other skrub transformers