Skip to content

Commit 920ef81

Browse files
committed
DOC add release note about melt columns.name default behaviour
1 parent 0e94aca commit 920ef81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/source/release.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,14 @@ pandas 0.12
7575
- Simplified the API and added a describe method to Categorical
7676
- ``melt`` now accepts the optional parameters ``var_name`` and ``value_name``
7777
to specify custom column names of the returned DataFrame (:issue:`3649`),
78-
thanks @hoechenberger
78+
thanks @hoechenberger. If ``var_name`` is not specified and ``dataframe.columns.name``
79+
is not None, then this will be used as the ``var_name`` (:issue:`4144`).
7980
- clipboard functions use pyperclip (no dependencies on Windows, alternative
8081
dependencies offered for Linux) (:issue:`3837`).
8182
- Plotting functions now raise a ``TypeError`` before trying to plot anything
8283
if the associated objects have have a dtype of ``object`` (:issue:`1818`,
83-
:issue:`3572`, :issue:`3911`, :issue:`3912`), but they will try to convert object arrays to
84-
numeric arrays if possible so that you can still plot, for example, an
84+
:issue:`3572`, :issue:`3911`, :issue:`3912`), but they will try to convert object
85+
arrays to numeric arrays if possible so that you can still plot, for example, an
8586
object array with floats. This happens before any drawing takes place which
8687
elimnates any spurious plots from showing up.
8788
- Added Faq section on repr display options, to help users customize their setup.

0 commit comments

Comments
 (0)