You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script/codegraf/ees3/index.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ In this lesson we introduce a second complex object: *dictionaries*. A dictionar
12
12
13
13
We can build more complex objects by nesting one object inside another. Two examples we examine are lists of lists and lists of dictionaries.
14
14
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
+
15
17
We also introduce two kinds of *loops*, which are ways to step through *iterable* objects like lists or to repeat an action many times.
16
18
17
19
**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
27
29
- print the items on a list using a `for` loop.
28
30
- explain how an *indented code block* is used to define sections of code.
29
31
30
-
Total video time: 50 m 09 s (additional time for optional live coding videos)
31
32
32
33
## Links
33
34
34
35
[Lesson Jupyter notebook at GitHub](https://github.com/HeardLibrary/digital-scholarship/blob/master/code/codegraf/ees3/ees3.ipynb)
0 commit comments