Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.07 KB

unit-5.md

File metadata and controls

23 lines (15 loc) · 1.07 KB

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

Activities and Exercises