pandas.DataFrame.duplicated, The pandas development team, 2024 - Official documentation for the Pandas duplicated() method, explaining its usage for identifying duplicate rows.
pandas.DataFrame.drop_duplicates, The pandas development team, 2024 - Official documentation for the Pandas drop_duplicates() method, detailing its parameters for removing duplicate rows.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A foundational book for data analysis with Python and Pandas, covering data cleaning, including the identification and removal of duplicate records.