virtuelle Umgebung teil20b
This commit is contained in:
11
teil20b/lib/python3.11/site-packages/pandas/_libs/arrays.pxd
Normal file
11
teil20b/lib/python3.11/site-packages/pandas/_libs/arrays.pxd
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
from numpy cimport ndarray
|
||||
|
||||
|
||||
cdef class NDArrayBacked:
|
||||
cdef:
|
||||
readonly ndarray _ndarray
|
||||
readonly object _dtype
|
||||
|
||||
cpdef NDArrayBacked _from_backing_data(self, ndarray values)
|
||||
cpdef __setstate__(self, state)
|
Reference in New Issue
Block a user