The Julia Language Documentation, The Julia Language Developers, 2024 - Official documentation for the Julia programming language, covering core syntax, data types, control flow, functions, I/O, and error handling.
DataFrames.jl Documentation, The DataFrames.jl Developers, 2024 - Official documentation for DataFrames.jl, providing tools for working with tabular data in Julia, including reading CSVs and performing data analysis.
CSV.jl Documentation, The CSV.jl Developers, 2024 - Official documentation for CSV.jl, a package for fast and robust reading and writing of CSV files in Julia.
Think Julia: How to Think Like a Computer Scientist, Ben Lauwens and Allen B. Downey, 2019 (O'Reilly Media) - An introductory textbook that covers fundamental programming concepts and problem-solving techniques using Julia, suitable for beginners.