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 7dee8e6 commit 77ae62fCopy full SHA for 77ae62f
doc/source/release.rst
@@ -232,6 +232,7 @@ pandas 0.11.1
232
is a ``list`` or ``tuple``.
233
- Fixed bug where a time-series was being selected in preference to an actual column name
234
in a frame (:issue:`3594`)
235
+ - Make secondary_y work properly for bar plots (:issue:`3598`)
236
- Fix modulo and integer division on Series,DataFrames to act similary to ``float`` dtypes to return
237
``np.nan`` or ``np.inf`` as appropriate (:issue:`3590`)
238
- Fix incorrect dtype on groupby with ``as_index=False`` (:issue:`3610`)
0 commit comments