pandas.Series.str.strip, pandas development team, 2024 - Official documentation explaining the use and behavior of string stripping methods within the pandas library for data cleaning.
Python for Data Analysis: Data Wrangling with pandas, NumPy, and IPython, Wes McKinney, 2022 (O'Reilly Media) - A foundational textbook for data manipulation in Python, offering practical instructions on data preprocessing, including string operations with pandas, relevant to resolving data inconsistencies.
Data Cleaning: A Practical Guide, Ihab F. Ilyas and Xu Chu, 2019 (Morgan & Claypool Publishers)DOI: 10.2200/S00910ED1V01Y201903DBS017 - This book offers a systematic overview of data cleaning problems and solutions, providing context for text data standardization as a critical component of data quality.