Skip to content

Commit 4798707

Browse files
authored
Update to_dataframe doc to match current behavior (#9662)
1 parent 5632c8e commit 4798707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7371,7 +7371,7 @@ def to_dataframe(self, dim_order: Sequence[Hashable] | None = None) -> pd.DataFr
73717371
dataframe.
73727372
73737373
If provided, must include all dimensions of this dataset. By
7374-
default, dimensions are sorted alphabetically.
7374+
default, dimensions are in the same order as in `Dataset.sizes`.
73757375
73767376
Returns
73777377
-------

0 commit comments

Comments
 (0)