pandas.Series.from_array
-
classmethod Series.from_array(arr, index=None, name=None, dtype=None, copy=False, fastpath=False)[source] -
Построение Series из массива.
Устарело начиная с версии 0.23.0: Используйте конструктор pd.Series(..).
Возвращает: - Series
-
Построенный Series.
© 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.Series.from_array.html