Skip to content

Commit 9734a2b

Browse files
authored
Update xarray/core/dataset.py
1 parent 56e3f65 commit 9734a2b

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
@@ -7235,7 +7235,7 @@ def _to_dataframe(self, ordered_dims: Mapping[Any, int]):
72357235
]
72367236
broadcasted_df = broadcasted_df.join(extension_array_df)
72377237
# remove columns also represented as levels of the MultiIndex. This is necessary
7238-
# because otherwise MultiIndex levels may otherwise be duplicated as columns and
7238+
# because MultiIndex levels may otherwise be duplicated as columns and
72397239
# is safe because xarray forbids clashes between Data variable names and coordinate names,
72407240
# so any named multi-index levels that clash with a coordinate-derived column
72417241
# must be derived from that same array.

0 commit comments

Comments
 (0)