Skip to content

Commit ddfe2fc

Browse files
committed
03-index-slice-subset.md: fix typo
Closes: #349 Signed-off-by: Maxim Belkin <[email protected]>
1 parent c4b6e5a commit ddfe2fc

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
@@ -59,7 +59,7 @@ numeric ranges, or specific x,y index locations.
5959

6060
## Selecting data using Labels (Column Headings)
6161

62-
We use square brackets `[]` to select a subset of an Python object. For example,
62+
We use square brackets `[]` to select a subset of a Python object. For example,
6363
we can select all data from a column named `species_id` from the `surveys_df`
6464
DataFrame by name. There are two ways to do this:
6565

0 commit comments

Comments
 (0)