@@ -75,13 +75,14 @@ pandas 0.12
75
75
- Simplified the API and added a describe method to Categorical
76
76
- ``melt `` now accepts the optional parameters ``var_name `` and ``value_name ``
77
77
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 `).
79
80
- clipboard functions use pyperclip (no dependencies on Windows, alternative
80
81
dependencies offered for Linux) (:issue: `3837 `).
81
82
- Plotting functions now raise a ``TypeError `` before trying to plot anything
82
83
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
85
86
object array with floats. This happens before any drawing takes place which
86
87
elimnates any spurious plots from showing up.
87
88
- Added Faq section on repr display options, to help users customize their setup.
0 commit comments