Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.55 KB

unit-4.md

File metadata and controls

31 lines (22 loc) · 1.55 KB

Unit 4 Agenda

Objectives

In this unit, we'll illustrate the concept of program-data independence as we explore integrations between software and datastores. We'll focus on the Comma-separated Values (CSV) data format and learn how to use Python to process CSV data.

Discussions and Notes

FYI: If you are interested in analytics and data science, you might find it valuable to learn how to use the data processing capabilities of the Pandas package.

FYI: We're using a CSV file datastore here for simplicity. If you already know SQL, you might be interested to know you can use Python to connect to relational databases as well:

Activities and Exercises