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
BUG: Timestamp.round precision error for ns (#15578)
closes#15578
Author: Matt Roeschke <[email protected]>
Closes#15588 from mroeschke/fix_15578 and squashes the following commits:
af95baa [Matt Roeschke] BUG: Timestamp.round precision error for ns (#15578)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -652,7 +652,7 @@ Bug Fixes
652
652
- Bug in ``Index`` power operations with reversed operands (:issue:`14973`)
653
653
- Bug in ``TimedeltaIndex`` addition where overflow was being allowed without error (:issue:`14816`)
654
654
- Bug in ``TimedeltaIndex`` raising a ``ValueError`` when boolean indexing with ``loc`` (:issue:`14946`)
655
-
- Bug in ``DatetimeIndex.round()`` and ``Timestamp.round()`` floating point accuracy when rounding by milliseconds (:issue: `14440`)
655
+
- Bug in ``DatetimeIndex.round()`` and ``Timestamp.round()`` floating point accuracy when rounding by milliseconds or less (:issue: `14440`, :issue:`15578`)
656
656
- Bug in ``astype()`` where ``inf`` values were incorrectly converted to integers. Now raises error now with ``astype()`` for Series and DataFrames (:issue:`14265`)
657
657
- Bug in ``DataFrame(..).apply(to_numeric)`` when values are of type decimal.Decimal. (:issue:`14827`)
658
658
- Bug in ``describe()`` when passing a numpy array which does not contain the median to the ``percentiles`` keyword argument (:issue:`14908`)
0 commit comments