We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661fd70 commit 80a1161Copy full SHA for 80a1161
pandas/_libs/tslibs/timedeltas.pxd
@@ -6,4 +6,4 @@ from numpy cimport int64_t
6
cpdef parse_timedelta_string(object ts, object specified_unit=*)
7
cdef int64_t cast_from_unit(object ts, object unit) except? -1
8
cpdef int64_t delta_to_nanoseconds(delta) except? -1
9
-cpdef convert_to_timedelta64(object ts, object unit)
+cpdef convert_to_timedelta64(object ts, object unit=*)
0 commit comments