You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the :ref:`documentation <advanced.categoricalindex>` for more. (:issue:`7629`)
137
+
See the :ref:`documentation <advanced.categoricalindex>` for more. (:issue:`7629`, :issue:`10038`, :issue:`10039`)
138
138
139
139
.. _whatsnew_0161.enhancements.sample:
140
140
@@ -289,7 +289,7 @@ Bug Fixes
289
289
- Bug in ``where`` causing incorrect results when upcasting was required (:issue:`9731`)
290
290
- Bug in ``FloatArrayFormatter`` where decision boundary for displaying "small" floats in decimal format is off by one order of magnitude for a given display.precision (:issue:`9764`)
291
291
- Fixed bug where ``DataFrame.plot()`` raised an error when both ``color`` and ``style`` keywords were passed and there was no color symbol in the style strings (:issue:`9671`)
292
-
292
+
- Not showing a ``DeprecationWarning`` on combining list-likes with an ``Index`` (:issue:`10083`)
293
293
- Bug in ``read_csv`` and ``read_table`` when using ``skip_rows`` parameter if blank lines are present. (:issue:`9832`)
294
294
- Bug in ``read_csv()`` interprets ``index_col=True`` as ``1`` (:issue:`9798`)
295
295
- Bug in index equality comparisons using ``==`` failing on Index/MultiIndex type incompatibility (:issue:`9785`)
0 commit comments