DataFrames.jl Documentation, The DataFrames.jl Contributors, 2024 - Comprehensive guide to the DataFrames.jl package, covering installation, data structures, and all functionalities for tabular data manipulation in Julia.
Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython, Wes McKinney, 2022 (O'Reilly Media) - While focused on Python's Pandas, this foundational book details the design principles and practical applications of tabular data structures, which are directly analogous to DataFrames.jl.