Skip to content

Commit 7165d63

Browse files
authored
DOC: fix redundant phrasing in reshaping.rst (#63309)
1 parent 499c5d4 commit 7165d63

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)