Skip to content

DOC: fix two mistakes in missing_data.rst #61461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions doc/source/user_guide/missing_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,6 @@ will convert your data to use the nullable data types supporting :class:`NA`,
such as :class:`Int64Dtype` or :class:`ArrowDtype`. This is especially helpful after reading
in data sets from IO methods where data types were inferred.

In this example, while the dtypes of all columns are changed, we show the results for
the first 10 columns.

.. ipython:: python

import io
Expand Down Expand Up @@ -434,7 +431,7 @@ where the index and column aligns between the original object and the filled obj

.. note::

:meth:`DataFrame.where` can also be used to fill NA values.Same result as above.
:meth:`DataFrame.where` can also be used to fill NA values. Same result as above.

.. ipython:: python

Expand Down