Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Changes fromall 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 deletionsdoc/source/user_guide/missing_data.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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

[8]ページ先頭

©2009-2025 Movatter.jp