Skip to content

Commit f331ae1

Browse files
Add learning outcomes for Pandas and Matplotlib
1 parent 29938b4 commit f331ae1

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/day3/matplotlib/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@
44

55
# Matplotlib
66

7-
Stuff about Matplotlib.
7+
:::{note} Learning outcomes
8+
9+
At the end of this sessions, learners
10+
11+
- understand why Matplotlib is important
12+
- have run Python code that uses Matplotlib
13+
14+
:::
15+

docs/day3/pandas/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
# Pandas
66

7-
Stuff about Pandas.
8-
97
:::{note} Learning outcomes
108

119
At the end of this sessions, learners
1210

13-
- can run Python code that uses Pandas
11+
- understand why Pandas is important
12+
- have run Python code that uses Pandas
1413

1514
:::

0 commit comments

Comments
 (0)