Statistical Analysis with Missing Data, Roderick J. A. Little and Donald B. Rubin, 2002 (John Wiley & Sons)DOI: 10.1002/9781119013563 - Definitive statistical text covering missing data mechanisms, listwise deletion, and its implications, especially regarding Missing Completely At Random (MCAR).
pandas.DataFrame.dropna, pandas development team, 2024 (pandas) - Official documentation for the Pandas function used to perform listwise deletion.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A practical guide to data manipulation with Python and Pandas, including how to handle missing data effectively.
Applied Predictive Modeling, Max Kuhn, Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - Covers practical aspects of data preprocessing, including the consequences of various missing data handling strategies on model performance.