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 03e5858 commit 5020a61Copy full SHA for 5020a61
pandas/core/reshape/melt.py
@@ -42,7 +42,7 @@ def melt(
42
if value_name in frame.columns:
43
warnings.warn(
44
"This dataframe has a column name that matches the 'value_name' column "
45
- "name of the resultiing Dataframe. "
+ "name of the resulting Dataframe. "
46
"In the future this will raise an error, please set the 'value_name' "
47
"parameter of DataFrame.melt to a unique name.",
48
FutureWarning,
0 commit comments