Skip to content

Commit 034f56a

Browse files
authored
delete space, add additional info about indexing
1 parent c2bee2f commit 034f56a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/03-index-slice-subset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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."
20-
- "Python uses 0-based indexing."
19+
- "Data can be subset using column headings, numeric ranges, operators, or specific index locations."
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."
2121
- "Data indexing, slicing and subsetting are common steps in data wrangling and exploration."
2222

2323
---

0 commit comments

Comments
 (0)