pandas.arrays.PandasArray#
- class pandas.arrays.PandasArray(values, copy=False)[source]#
- A pandas ExtensionArray for NumPy data. - This is mostly for internal compatibility, and is not especially useful on its own. - Parameters
- valuesndarray
- The NumPy ndarray to wrap. Must be 1-dimensional. 
- copybool, default False
- Whether to copy values. 
 
 - Attributes - None - Methods - None