xray.Dataset.to_dataframe

Dataset.to_dataframe()

Convert this dataset into a pandas.DataFrame.

Non-index variables in this dataset form the columns of the DataFrame. The DataFrame is be indexed by the Cartesian product of this dataset’s indices.