pandas.api.extensions.ExtensionArray._ndarray_values

ExtensionArray._ndarray_values

Internal pandas method for lossy conversion to a NumPy ndarray.

This method is not part of the pandas interface.

The expectation is that this is cheap to compute, and is primarily used for interacting with our indexers.

Returns:
array : ndarray
Scroll To Top