Skip to content

Commit

Permalink
DOC: Update typo in missing_data.rst (pandas-dev#58968)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaxServer authored Jun 10, 2024
1 parent 5411cc4 commit b290bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/missing_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ this behaviour and include NA values in the calculation, use ``skipna=False``.
Dropping missing data
~~~~~~~~~~~~~~~~~~~~~

:meth:`~DataFrame.dropna` dropa rows or columns with missing data.
:meth:`~DataFrame.dropna` drops rows or columns with missing data.

.. ipython:: python
Expand Down

0 comments on commit b290bf0

Please sign in to comment.