Skip to content

Commit d9057c0

Browse files
author
Steve Baskauf
committed
Update index.md
1 parent 329bb1f commit d9057c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

script/codegraf/ees3/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ In this lesson we introduce a second complex object: *dictionaries*. A dictionar
1212

1313
We can build more complex objects by nesting one object inside another. Two examples we examine are lists of lists and lists of dictionaries.
1414

15+
The pandas module introduces a useful two-dimensional data structure called a *DataFrame*. We examine the structure of a DataFrame and how to reference its elements.
16+
1517
We also introduce two kinds of *loops*, which are ways to step through *iterable* objects like lists or to repeat an action many times.
1618

1719
**Learning objectives** At the end of this lesson, the learner will be able to:
@@ -27,14 +29,11 @@ We also introduce two kinds of *loops*, which are ways to step through *iterable
2729
- print the items on a list using a `for` loop.
2830
- explain how an *indented code block* is used to define sections of code.
2931

30-
Total video time: 50 m 09 s (additional time for optional live coding videos)
3132

3233
## Links
3334

3435
[Lesson Jupyter notebook at GitHub](https://github.com/HeardLibrary/digital-scholarship/blob/master/code/codegraf/ees3/ees3.ipynb)
3536

36-
[lesson slides](ees3.pdf)
37-
3837

3938
# Dictionaries
4039

0 commit comments

Comments
 (0)