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

Commit7165d63

Browse files
authored
DOC: fix redundant phrasing in reshaping.rst (pandas-dev#63309)
1 parent499c5d4 commit7165d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/source/user_guide/reshaping.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ by supplying the ``var_name`` and ``value_name`` parameters.
342342
cheese.melt(id_vars=["first","last"],var_name="quantity")
343343
344344
When transforming a DataFrame using:func:`~pandas.melt`, the index will be ignored.
345-
The original index values can be kept by setting the ``ignore_index=False`` parameter to ``False`` (default is ``True``).
345+
The original index values can be kept by setting the ``ignore_index`` parameter to ``False`` (default is ``True``).
346346
``ignore_index=False`` will however duplicate index values.
347347

348348
..ipython::python

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp