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

Method array_values

pandas/core/internals/blocks.py:1597–1601  ·  view source on GitHub ↗

The array that Series.array returns. Always an ExtensionArray.

(self)

Source from the content-addressed store, hash-verified

1595
1596 @property
1597 def array_values(self) -> ExtensionArray:
1598 """
1599 The array that Series.array returns. Always an ExtensionArray.
1600 """
1601 raise AbstractMethodError(self)
1602
1603 def get_values(self, dtype: DtypeObj | None = None) -> np.ndarray:
1604 """

Callers 1

arrayMethod · 0.45

Calls 1

AbstractMethodErrorClass · 0.90

Tested by

no test coverage detected