BUG: dt64[non_nano] + some_offsets incorrectly rounding #56586
Labels
Bug
Frequency
DateOffsets
Non-Nano
datetime64/timedelta64 with non-nanosecond resolution
Numeric Operations
Arithmetic, Comparison, and Logical operations
Each of the additions above incorrectly round the result when calling
as_unit(self.unit)
here.The best solution would be to implement _apply_array for all of these offsets and make the pointwise path in _add_offset unnecessary.
Next best would be something like
The text was updated successfully, but these errors were encountered: