On this page
pandas.arrays.PandasArray
class pandas.arrays.PandasArray(values, copy=False)
[source]-
A pandas ExtensionArray for NumPy data.
New in version 0.24.0.
This is mostly for internal compatibility, and is not especially useful on its own.
Parameters: -
values : ndarray
-
The NumPy ndarray to wrap. Must be 1-dimensional.
-
copy : bool, default False
-
Whether to copy
values
.
Attributes
None Methods
None -
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.arrays.PandasArray.html