pandas.to_numeric, The pandas development team, 2024 (pandas) - Official documentation for the pandas to_numeric function, detailing the errors parameter and its use for coercing non-numeric values to NaN.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - 3rd edition. A comprehensive guide to data manipulation and cleaning with pandas, covering type conversions, string operations, and handling missing data.
Data Mining: Concepts and Techniques, Jiawei Han, Micheline Kamber, and Jian Pei, 2011 (Elsevier) - 3rd edition. A foundational textbook with a dedicated chapter on data preprocessing, including data cleaning, integration, transformation, and reduction, relevant to preparing data for analysis.