Working with Structured Data (e.g., Databases, CSV)
Was this section helpful?
Database System Concepts, Avi Silberschatz, Henry F. Korth, S. Sudarshan, 2019 (McGraw-Hill) - A widely used textbook that provides a thorough treatment of database system principles, including relational models and SQL.
Learning SQL, Alan Beaulieu, 2020 (O'Reilly Media) - A practical and accessible guide for understanding and using SQL, covering essential commands for data retrieval and manipulation.
The Data Warehouse Toolkit: The Definitive Guide to Dimensional Modeling, Ralph Kimball, Margy Ross, 2013 (John Wiley & Sons) - A foundational text for data warehousing, detailing methodologies for designing data structures and implementing ETL processes, including extraction strategies.
csv - CSV File Reading and Writing, Python Software Foundation, 2023 - The official documentation for Python's built-in module, demonstrating how to programmatically read and write CSV files with attention to various parsing parameters.