From 7d15f8e83b7ff86c343179e4ee2c55a3eafb0198 Mon Sep 17 00:00:00 2001 From: DaxServer <7479937+DaxServer@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:35:31 +0200 Subject: [PATCH] DOC: Update typo in missing_data.rst --- doc/source/user_guide/missing_data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/missing_data.rst b/doc/source/user_guide/missing_data.rst index 69dfb406daa43..66e42352754ae 100644 --- a/doc/source/user_guide/missing_data.rst +++ b/doc/source/user_guide/missing_data.rst @@ -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