mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-03 14:49:07 +00:00
first commit
This commit is contained in:
12
.venv/Lib/site-packages/pandas/_libs/tslibs/offsets.pxd
Normal file
12
.venv/Lib/site-packages/pandas/_libs/tslibs/offsets.pxd
Normal file
@ -0,0 +1,12 @@
|
||||
from numpy cimport int64_t
|
||||
|
||||
|
||||
cpdef to_offset(object obj)
|
||||
cdef bint is_offset_object(object obj)
|
||||
cdef bint is_tick_object(object obj)
|
||||
|
||||
cdef class BaseOffset:
|
||||
cdef readonly:
|
||||
int64_t n
|
||||
bint normalize
|
||||
dict _cache
|
Reference in New Issue
Block a user