Introduction to Seaborn, Michael Waskom and the Seaborn development team, 2024 - The official introductory tutorial illustrating how to pass Pandas DataFrames to Seaborn functions using the data parameter and specify columns by name for plotting.
Python Data Science Handbook, Jake VanderPlas, 2016 (O'Reilly Media) - A comprehensive resource covering Pandas DataFrames, Matplotlib, and Seaborn, detailing their individual use and the interaction between them for data analysis and visualization.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - The authoritative book on Pandas, providing essential context on DataFrames, which are the fundamental data structures used by Seaborn for statistical plotting. 3rd edition.