to_series
- UnitsAwareDataArray.to_series() Series
Convert this array into a pandas.Series.
The Series is indexed by the Cartesian product of index coordinates (in the form of a
pandas.MultiIndex).- Returns:
result – DataArray as a pandas Series.
- Return type:
Series
See also
DataArray.to_pandas,DataArray.to_dataframe