Unit 5: Processing CSV Data
Last updated
Was this helpful?
Last updated
Was this helpful?
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 for material about relational databases
Program-Data Independence
:
(focusing on filepath construction)
Processing CSV Files:
"Monthly Sales Reporting" Exercise ( | )