Skip to content

Commit 51f36d5

Browse files
Update _episodes/03-index-slice-subset.md
Co-Authored-By: raynamharris <[email protected]>
1 parent f9c0c03 commit 51f36d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/03-index-slice-subset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ objectives:
1616
- "Locate subsets of data using masks."
1717
- "Describe BOOLEAN objects in Python and manipulate data using BOOLEANs."
1818
keypoints:
19-
- "Data can be subset using column headings, numeric ranges, operators, or specific index locations."
19+
- "In Python, portions of data can be accessed using indices, slices, column headings, and condition-based subsetting."
2020
- "Python uses 0-based indexing, in which the first element in a list, tuple or any other data structure has an index of 0."
2121
- "Pandas enables common data exploration steps such as data indexing, slicing and conditional subsetting."
2222

0 commit comments

Comments
 (0)