Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A guide to using Python and the pandas library for data manipulation, cleaning, and preparation, essential for the transformation step in projects.
Pro Git, Scott Chacon and Ben Straub, 2014 (Apress) - The official and comprehensive guide to Git, covering concepts and practical usage for version control in any project.
PostgreSQL Documentation, PostgreSQL Global Development Group, 2025 (The PostgreSQL Global Development Group) - Official and authoritative documentation for PostgreSQL, providing details on SQL syntax, data types, schema definition, and database operations.