mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-03 14:49:07 +00:00
first commit
This commit is contained in:
7
.venv/Lib/site-packages/pandas/_libs/tslibs/period.pxd
Normal file
7
.venv/Lib/site-packages/pandas/_libs/tslibs/period.pxd
Normal file
@ -0,0 +1,7 @@
|
||||
from numpy cimport int64_t
|
||||
|
||||
from .np_datetime cimport npy_datetimestruct
|
||||
|
||||
|
||||
cdef bint is_period_object(object obj)
|
||||
cdef int64_t get_period_ordinal(npy_datetimestruct *dts, int freq) nogil
|
Reference in New Issue
Block a user