Tidy Data, Wickham, H., 2014Journal of Statistical Software, Vol. 59DOI: 10.18637/jss.v059.i10 - This foundational paper introduces the concept of tidy data, explaining its principles and benefits for statistical analysis and visualization.
Data structures supported by seaborn, Michael Waskom and the Seaborn development team, 2024 - The official user guide section detailing how Seaborn expects data to be structured, primarily emphasizing Pandas DataFrames and long-form (tidy) data.
User Guide: Data structures, The Pandas development team, 2024 - The official documentation introducing Pandas DataFrames, explaining their structure and fundamental operations, which is helpful for understanding Seaborn's preferred input.
Python Data Science Handbook: Essential Tools for Working with Data, Jake VanderPlas, 2016 (O'Reilly Media) - A widely respected book providing a detailed introduction to Python's data science stack, including a section dedicated to Seaborn, discussing its data input conventions within the broader context of data visualization.