diff options
-rw-r--r-- | doc/release/upcoming_changes/12658.change.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/12658.change.rst b/doc/release/upcoming_changes/12658.change.rst new file mode 100644 index 000000000..d150d5e91 --- /dev/null +++ b/doc/release/upcoming_changes/12658.change.rst @@ -0,0 +1,5 @@ +``NaT`` now sorts to the end of arrays +-------------------------------------- +``NaT`` is now effectively treated as the largest integer for sorting +purposes, so that it sorts to the end of arrays. This change is for consistency +with ``NaN`` sorting behavior. |