We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3300848 commit 6480380Copy full SHA for 6480380
1 file changed
episodes/03-index-slice-subset.md
@@ -25,6 +25,18 @@ exercises: 30
25
26
::::::::::::::::::::::::::::::::::::::::::::::::::
27
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
40
In the first episode of this lesson, we read a CSV file into a pandas' DataFrame. We learned how to:
41
42
- save a DataFrame to a named object,
0 commit comments