Skip to content

Commit c2bee2f

Browse files
authored
add key points to episode 3
Two of the key points I took almost directly from the text. For the third, I tried to think of a bigger picture key point. Maybe these are useful.
1 parent 4f44253 commit c2bee2f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_episodes/03-index-slice-subset.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ objectives:
1616
- "Locate subsets of data using masks."
1717
- "Describe BOOLEAN objects in Python and manipulate data using BOOLEANs."
1818
keypoints:
19-
- "FIXME"
19+
- "Data can be subset using column headings, numeric ranges , operators, or specific index locations."
20+
- "Python uses 0-based indexing."
21+
- "Data indexing, slicing and subsetting are common steps in data wrangling and exploration."
22+
2023
---
2124

2225
In lesson 01, we read a CSV into a Python pandas DataFrame. We learned:

0 commit comments

Comments
 (0)