We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0486ff1 commit 0416b06Copy full SHA for 0416b06
pandas/_libs/tslibs/timestamps.pyx
@@ -79,6 +79,7 @@ cdef inline _rounddown_int64(v, u):
79
cdef inline _roundup_int64(v, u):
80
return _floor_int64(v + u//2, u)
81
82
+
83
def round_nsint64(values, mode: RoundTo, freq):
84
"""
85
Applies rounding mode at given frequency
0 commit comments