W3cubDocs

/pandas 0.23

pandas.Series.from_array

classmethod Series.from_array(arr, index=None, name=None, dtype=None, copy=False, fastpath=False) [source]

Construct Series from array.

Deprecated since version 0.23.0: Use pd.Series(..) constructor instead.

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.Series.from_array.html