We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5208c48 commit 10a212eCopy full SHA for 10a212e
pandas/_libs/tslibs/timedeltas.pxd
@@ -6,7 +6,7 @@ from cpython.datetime cimport timedelta
6
from numpy cimport int64_t, ndarray
7
8
# Exposed for tslib, not intended for outside use.
9
-cdef parse_timedelta_string(object ts)
+cdef parse_timedelta_string(object ts, object specified_unit=None)
10
cpdef int64_t cast_from_unit(object ts, object unit) except? -1
11
cpdef int64_t delta_to_nanoseconds(delta) except? -1
12
cpdef convert_to_timedelta64(object ts, object unit)
0 commit comments