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 858dec6 commit 183772aCopy full SHA for 183772a
doc/source/getting_started/intro_tutorials/03_subset_data.rst
@@ -198,7 +198,7 @@ can be used to filter the ``DataFrame`` by putting it in between the
198
selection brackets ``[]``. Only rows for which the value is ``True``
199
will be selected.
200
201
-We now from before that the original titanic ``DataFrame`` consists of
+We know from before that the original titanic ``DataFrame`` consists of
202
891 rows. Let’s have a look at the amount of rows which satisfy the
203
condition by checking the ``shape`` attribute of the resulting
204
``DataFrame`` ``above_35``:
0 commit comments