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 ec6757f commit 07c9594Copy full SHA for 07c9594
pandas/_libs/tslibs/conversion.pyx
@@ -905,7 +905,7 @@ cdef inline int64_t _normalized_stamp(pandas_datetimestruct *dts) nogil:
905
return dtstruct_to_dt64(dts)
906
907
908
-def bint is_date_array_normalized(ndarray[int64_t] stamps, tz=None):
+def is_date_array_normalized(ndarray[int64_t] stamps, tz=None):
909
"""
910
Check if all of the given (nanosecond) timestamps are normalized to
911
midnight, i.e. hour == minute == second == 0. If the optional timezone
0 commit comments