pandas.DataFrame.duplicated, pandas development team, 2024 - Official documentation explaining the duplicated() method for identifying exact duplicate rows in pandas DataFrames.
Python for Data Analysis, Wes McKinney, 2017 (O'Reilly Media) - A practical guide to data manipulation and cleaning with pandas, covering duplicate detection.
Data Mining: Concepts and Techniques, Jiawei Han, Micheline Kamber, and Jian Pei, 2011 (Morgan Kaufmann) - Offers background on data preprocessing, including the methods for handling redundant data.