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/v1.5.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,7 @@ Groupby/resample/rolling
247
247
Reshaping
248
248
^^^^^^^^^
249
249
- Bug in :func:`concat` between a :class:`Series` with integer dtype and another with :class:`CategoricalDtype` with integer categories and containing ``NaN`` values casting to object dtype instead of ``float64`` (:issue:`45359`)
250
+
- Bug in :func:`get_dummies` that selected object and categorical dtypes but not string (:issue:`44965`)
0 commit comments