We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd99536 commit 07975d6Copy full SHA for 07975d6
doc/source/whatsnew/v0.24.0.txt
@@ -615,7 +615,7 @@ Reshaping
615
- Bug in :meth:`Series.combine_first` with ``datetime64[ns, tz]`` dtype which would return tz-naive result (:issue:`21469`)
616
- Bug in :meth:`Series.where` and :meth:`DataFrame.where` with ``datetime64[ns, tz]`` dtype (:issue:`21546`)
617
- Bug in :meth:`Series.mask` and :meth:`DataFrame.mask` with ``list`` conditionals (:issue:`21891`)
618
--
+- Bug in :func:`get_dummies` with Unicode attributes in Python 2 (:issue:`22084`)
619
-
620
621
Build Changes
0 commit comments