User Guide - Intro to data structures, pandas development team, 2024 - Introduces core data structures like DataFrames and Series, explaining their fundamental attributes and methods.
User Guide - Essential basic functionality, pandas development team, 2024 - Directly covers most of the inspection methods discussed, such as head(), tail(), info(), describe(), and shape.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - Authoritative book by the creator of Pandas, offering a thorough explanation of DataFrame inspection and manipulation. (3rd Edition)