We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12a2b4 commit 4f19b2cCopy full SHA for 4f19b2c
1 file changed
_episodes/03-index-slice-subset.md
@@ -401,7 +401,7 @@ surveys_df[(surveys_df.year >= 1980) & (surveys_df.year <= 1985)]
401
402
### Python Syntax Cheat Sheet
403
404
-Use can use the syntax below when querying data by criteria from a DataFrame.
+We can use the syntax below when querying data by criteria from a DataFrame.
405
Experiment with selecting various subsets of the "surveys" data.
406
407
* Equals: `==`
0 commit comments