MCPcopy
hub / github.com/pandas-dev/pandas / array

Method array

pandas/core/internals/managers.py:2136–2140  ·  view source on GitHub ↗

Quick access to the backing array of the Block.

(self)

Source from the content-addressed store, hash-verified

2134 @final
2135 @property
2136 def array(self) -> ArrayLike:
2137 """
2138 Quick access to the backing array of the Block.
2139 """
2140 return self.blocks[0].values
2141
2142 # error: Cannot override writeable attribute with read-only property
2143 @property

Callers 11

whereMethod · 0.45
maybe_coerce_valuesFunction · 0.45
ndarray_to_mgrFunction · 0.45
_prep_ndarraylikeFunction · 0.45
get_unique_dtypesMethod · 0.45
get_dtypesMethod · 0.45
insertMethod · 0.45
as_arrayMethod · 0.45
get_dtypesMethod · 0.45
buffer_to_ndarrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected