#100DaysOfCode in Python Transcripts
Chapter: Days 37-39: Using CSV data
Lecture: Introduction to CSV programming
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Hello, it's Michael Kennedy,
0:01
and I'm going to be your guide for day 37, 38, and 39.
0:06
And this time we're going to work with structured data
0:10
called CSV files.
0:12
So anything that can be stored in something like Excel
0:15
or Tabular, data like that that you might work with
0:19
in some kind of Excel spreadsheet.
0:21
Much of the data you'll find out
0:23
on the internet lives in this form,
0:25
and we're going to find some really,
0:27
really interesting data sets,
0:28
and we're going to build some programs to ask
0:30
and answer some pretty powerful questions.
0:34
Let's get started.