Data Analysis
Overview
Teaching: 60 min
Exercises: 0 minQuestions
How can I process tabular data files in Python?
How can I do the same operations on many different files?
Objectives
read in data files to Python
perform common operations on tabular data
write code to perform the same operation on multiple files
FIXME
Key Points