pandas.Series.__array__

Return the values as a NumPy array.

Users should not call this directly. Rather, it is invoked by numpy.array() and numpy.asarray().

param dtype
str or numpy.dtype, optional

The dtype to use for the resulting NumPy array. By default, the dtype is inferred from the data.

return

numpy.ndarray The values in the series converted to a numpy.ndarary with the specified dtype.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler