Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - Introduces the fundamental structures like DataFrames and Series, covering rows, columns, and data types comprehensively for practical data analysis.
Database System Concepts, Avi Silberschatz, Henry F. Korth, S. Sudarshan, 2019 (McGraw-Hill) - Provides a comprehensive introduction to relational data models, which form the theoretical basis for tabular data structures, including concepts of relations, attributes, and tuples.