to_series

UnitsAwareDataArray.to_series() pandas.core.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).