Skip to content

Commit

Permalink
Update to_dataframe doc to match current behavior (#9662)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho authored Oct 23, 2024
1 parent 5632c8e commit 4798707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7371,7 +7371,7 @@ def to_dataframe(self, dim_order: Sequence[Hashable] | None = None) -> pd.DataFr
dataframe.
If provided, must include all dimensions of this dataset. By
default, dimensions are sorted alphabetically.
default, dimensions are in the same order as in `Dataset.sizes`.
Returns
-------
Expand Down

0 comments on commit 4798707

Please sign in to comment.