8000
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 031d7a9 commit f511d82Copy full SHA for f511d82
doc/source/reshaping.rst
@@ -265,7 +265,7 @@ the right thing:
265
Reshaping by Melt
266
-----------------
267
268
+The top-level :func:`melt` and :func:`~DataFrame.melt` functions are useful to
269
massage a DataFrame into a format where one or more columns are identifier variables,
270
while all other columns, considered measured variables, are "unpivoted" to the
271
row axis, leaving just two non-identifier columns, "variable" and "value". The
0 commit comments