Data Mining: Concepts and Techniques, Jiawei Han, Micheline Kamber, Jian Pei, 2011 (Morgan Kaufmann) - A classic textbook providing a comprehensive overview of data preprocessing, including various strategies for handling missing data like mean, median, and mode imputation.
Applied Missing Data Analysis, Craig K. Enders, 2022 (The Guilford Press) - Focuses specifically on missing data, offering a foundational explanation of imputation methods and their implications.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A practical guide for machine learning engineers, it includes a dedicated section on data preprocessing and handling missing values using basic imputation techniques, often with Python examples.