From 98dc260842e3abb8530a465eeb7569a36a581099 Mon Sep 17 00:00:00 2001 From: Dawid Makar Date: Tue, 26 Sep 2023 11:00:35 +0200 Subject: [PATCH] Automatic refactoring. Refactoring step id: UUID('df793c41-8fb0-4e6c-841b-6f028bbad981') --- pandas/core/shared_docs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas/core/shared_docs.py b/pandas/core/shared_docs.py index 1fc63dd503467..7a03d7ed9dd7f 100644 --- a/pandas/core/shared_docs.py +++ b/pandas/core/shared_docs.py @@ -213,7 +213,7 @@ Name to use for the 'variable' column. If None it uses ``frame.columns.name`` or 'variable'. value_name : scalar, default 'value' - Name to use for the 'value' column, can't be an existing column label. + Name to use for the 'value' column. col_level : int or str, optional If columns are a MultiIndex then use this level to melt. ignore_index : bool, default True @@ -920,4 +920,4 @@ Wheat Products consumption Beef co2_emissions dtype: object -""" +""" \ No newline at end of file