We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42cb3c commit 479c311Copy full SHA for 479c311
pandas/src/util.pxd
@@ -97,6 +97,5 @@ cdef inline bint _checknull_old(object val):
97
cdef inline bint _checknan(object val):
98
return not cnp.PyArray_Check(val) and val != val
99
100
-
101
cdef inline bint is_period_object(object val):
102
return getattr(val, '_typ', '_typ') == 'period'
0 commit comments