Skip to content

Commit 7d8f5bd

Browse files
authored
DOC: fix two mistakes in missing_data.rst (#61461)
1 parent eca6bd3 commit 7d8f5bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/source/user_guide/missing_data.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,6 @@ will convert your data to use the nullable data types supporting :class:`NA`,
258258
such as :class:`Int64Dtype` or :class:`ArrowDtype`. This is especially helpful after reading
259259
in data sets from IO methods where data types were inferred.
260260

261-
In this example, while the dtypes of all columns are changed, we show the results for
262-
the first 10 columns.
263-
264261
.. ipython:: python
265262
266263
import io
@@ -434,7 +431,7 @@ where the index and column aligns between the original object and the filled obj
434431
435432
.. note::
436433

437-
:meth:`DataFrame.where` can also be used to fill NA values.Same result as above.
434+
:meth:`DataFrame.where` can also be used to fill NA values. Same result as above.
438435

439436
.. ipython:: python
440437

0 commit comments

Comments
 (0)