Statistical Analysis with Missing Data, Roderick J. A. Little and Donald B. Rubin, 2014 (John Wiley & Sons)DOI: 10.1002/9781119013563 - This is a definitive work on the theory and methods for handling missing data, covering mechanisms of missingness and various imputation techniques.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - Provides practical guidance on data wrangling with Python's pandas library, including essential techniques for identifying and handling missing values.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - Contains practical examples of data preprocessing, including simple strategies like mean/median imputation for missing values, relevant for preparing data for analytical models.