Unit 5: Processing CSV Data
Learning Objectives
In this unit, we'll learn how to use Python to process machine-readable data stored in Comma-Separated Values (CSV) format.
NOTE: for extra optional bonus material, see also Unit 5-B for material about relational databases
Discussions and Notes
Program-Data Independence
The
os
Module (focusing on filepath construction)
Processing CSV Files:
Activities and Exercises
Last updated