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.20.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -824,6 +824,7 @@ Bug Fixes
824
824
- Bug in ``pd.qcut()`` with a single quantile and an array with identical values (:issue:`15431`)
825
825
- Compat with SciPy 0.19.0 for testing on ``.interpolate()`` (:issue:`15662`)
826
826
827
+
- Compat for 32-bit platforms for ``.qcut/cut``; bins will now be ``int64`` dtype (:issue:`14866`)
827
828
828
829
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
829
830
- Bug in ``.replace()`` may result in incorrect dtypes. (:issue:`12747`, :issue:`15765`)
0 commit comments