Statistical Analysis with Missing Data, Roderick J. A. Little, Donald B. Rubin, 2019 Vol. 793 (John Wiley & Sons)DOI: 10.1002/9781119482260 - This text details the theoretical underpinnings and methodologies for handling missing data, covering various missing data mechanisms and imputation techniques.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A practical guide to data manipulation in Python using pandas, essential for identifying, inspecting, and managing missing values in datasets.
Imputation of missing values, scikit-learn developers, 2024 - Official documentation describing scikit-learn's tools for handling missing values, including SimpleImputer and other imputation strategies.