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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.1.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ Bug Fixes
197
197
- 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`)
198
198
- Bug in ``read_csv`` and ``read_table`` when using ``skip_rows`` parameter if blank lines are present. (:issue:`9832`)
199
199
- Bug in ``read_csv()`` interprets ``index_col=True`` as ``1`` (:issue:`9798`)
200
-
- Bug in index equality comparisons using ``==`` failing on Index/MultiIndex type incompatibility (:issue:`9785`)
200
+
- Bug in index equality comparisons using ``==`` failing on Index/MultiIndex type incompatibility (:issue:`9785`, :issue:`9947`)
201
201
- Bug in which ``SparseDataFrame`` could not take `nan` as a column name (:issue:`8822`)
202
202
- Bug in ``to_msgpack`` and ``read_msgpack`` zlib and blosc compression support (:issue:`9783`)
0 commit comments