xarray.DataArray.to_series¶
-
DataArray.to_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).
DataArray.to_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).