We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499c5d4 commit 7165d63Copy full SHA for 7165d63
doc/source/user_guide/reshaping.rst
@@ -342,7 +342,7 @@ by supplying the ``var_name`` and ``value_name`` parameters.
342
cheese.melt(id_vars=["first", "last"], var_name="quantity")
343
344
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``).
+The original index values can be kept by setting the ``ignore_index`` parameter to ``False`` (default is ``True``).
346
``ignore_index=False`` will however duplicate index values.
347
348
.. ipython:: python
0 commit comments