Skip to content

Commit 6480380

Browse files
committed
move tip for instructors inline
1 parent 3300848 commit 6480380

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

episodes/03-index-slice-subset.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ exercises: 30
2525

2626
::::::::::::::::::::::::::::::::::::::::::::::::::
2727

28+
::::::::::::::::::::::: instructor
29+
30+
Tip: use `.head()` method throughout this lesson to keep your display neater for students.
31+
Encourage students to try with and without `.head()`
32+
to reinforce this useful tool and then to use it or not at their preference.
33+
34+
For example, if a student worries about keeping up in pace with typing,
35+
let them know they can skip the `.head()`,
36+
but that you'll use it to keep more lines of previous steps visible.
37+
38+
::::::::::::::::::::::::::::::::::
39+
2840
In the first episode of this lesson, we read a CSV file into a pandas' DataFrame. We learned how to:
2941

3042
- save a DataFrame to a named object,

0 commit comments

Comments
 (0)