We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba7d2f commit fb4a762Copy full SHA for fb4a762
doc/source/getting_started/intro_tutorials/03_subset_data.rst
@@ -242,7 +242,7 @@ I want to work with passenger data for which the age is known.
242
age_no_na.head()
243
244
The :meth:`~Series.notna` conditional function returns a ``True`` for each row the
245
-values are not an ``Null`` value. As such, this can be combined with the
+values are not a ``Null`` value. As such, this can be combined with the
246
selection brackets ``[]`` to filter the data table.
247
248
.. raw:: html
0 commit comments