Skip to content

Commit 4f19b2c

Browse files
orchid00maxim-belkin
authored andcommitted
03-index-slice-subset.md: fix typo
Pull Request: #330
1 parent c12a2b4 commit 4f19b2c

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
@@ -401,7 +401,7 @@ surveys_df[(surveys_df.year >= 1980) & (surveys_df.year <= 1985)]
401401
402402
### Python Syntax Cheat Sheet
403403
404-
Use can use the syntax below when querying data by criteria from a DataFrame.
404+
We can use the syntax below when querying data by criteria from a DataFrame.
405405
Experiment with selecting various subsets of the "surveys" data.
406406
407407
* Equals: `==`

0 commit comments

Comments
 (0)