Group by: split-apply-combine, The pandas development team, 2024 - Official documentation explaining the groupby method and its implementation of the Split-Apply-Combine pattern in Pandas.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A primary resource that provides a comprehensive explanation of groupby operations and the underlying Split-Apply-Combine logic in Pandas.