Skip to content

Commit 60cca5d

Browse files
committed
add fix of GH14922 to release notes for 0.20.0
1 parent 04dcbe8 commit 60cca5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ Bug Fixes
246246
- Bug in ``DataFrame`` construction in which unsigned 64-bit integer elements were being converted to objects (:issue:`14881`)
247247
- Bug in ``astype()`` where ``inf`` values were incorrectly converted to integers. Now raises error now with ``astype()`` for Series and DataFrames (:issue:`14265`)
248248
- Bug in ``describe()`` when passing a numpy array which does not contain the median to the ``percentiles`` keyword argument (:issue:`14908`)
249+
- Bug in ``sort_values()`` when sorting by multiple columns where one colums is of type `int64` and contains `NaT` (:issue:`14922`)
249250

250251

251252

0 commit comments

Comments
 (0)