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
- Program-Data Independence
- Machine-readable Data Formats
- Managing Files:
- The
osModule (focusing on filepath construction)
- The
- Processing CSV Files:
- The
csvModule -- don't use this - The
pandasPackage -- recommended!
- The
- "CSV Processing Exercise"
- "Monthly Sales Reporting" Exercise (Local | Colab)