Data Mining: Concepts and Techniques, Jiawei Han, Micheline Kamber, and Jian Pei, 2011 (Elsevier) - A widely-used textbook that provides a thorough introduction to data mining, with dedicated chapters covering various aspects of data preprocessing, including cleaning, integration, transformation, and reduction.
Preprocessing data, scikit-learn developers, 2024 (scikit-learn project) - The official scikit-learn documentation section dedicated to data preprocessing, offering technical explanations and usage examples for various transformers and scalers used in preparing data for machine learning algorithms.