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 3c041bc commit b7319c1Copy full SHA for b7319c1
pandas/core/shared_docs.py
@@ -213,7 +213,7 @@
213
Name to use for the 'variable' column. If None it uses
214
``frame.columns.name`` or 'variable'.
215
value_name : scalar, default 'value'
216
- Name to use for the 'value' column.
+ Name to use for the 'value' column, can't be an existing column label.
217
col_level : int or str, optional
218
If columns are a MultiIndex then use this level to melt.
219
ignore_index : bool, default True
0 commit comments