Skip to content

Commit e9cd8d5

Browse files
authored
Merge pull request #322 from raynamharris/patch-2
03-index-slice-subset.md: add key points
2 parents 2438ed8 + 51f36d5 commit e9cd8d5

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+
- "In Python, portions of data can be accessed using indices, slices, column headings, and condition-based subsetting."
20+
- "Python uses 0-based indexing, in which the first element in a list, tuple or any other data structure has an index of 0."
21+
- "Pandas enables common data exploration steps such as data indexing, slicing and conditional subsetting."
22+
2023
---
2124

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

0 commit comments

Comments
 (0)