Skip to content

Commit f9c0c03

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

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
@@ -18,7 +18,7 @@ objectives:
1818
keypoints:
1919
- "Data can be subset using column headings, numeric ranges, operators, or specific index locations."
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."
21-
- "Data indexing, slicing and subsetting are common steps in data wrangling and exploration."
21+
- "Pandas enables common data exploration steps such as data indexing, slicing and conditional subsetting."
2222

2323
---
2424

0 commit comments

Comments
 (0)