We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26b3c5 commit 20589d9Copy full SHA for 20589d9
doc/source/whatsnew/v0.24.0.txt
@@ -660,6 +660,7 @@ Reshaping
660
- Bug in :meth:`Series.mask` and :meth:`DataFrame.mask` with ``list`` conditionals (:issue:`21891`)
661
- Bug in :meth:`DataFrame.replace` raises RecursionError when converting OutOfBounds ``datetime64[ns, tz]`` (:issue:`20380`)
662
- :func:`pandas.core.groupby.GroupBy.rank` now raises a ``ValueError`` when an invalid value is passed for argument ``na_option`` (:issue:`22124`)
663
+- Bug in :func:`get_dummies` with Unicode attributes in Python 2 (:issue:`22084`)
664
-
665
666
Build Changes
0 commit comments