Skip to content

Commit 4e728b8

Browse files
Remove repetitive that (replace it with the) (#9994)
1 parent 84f2775 commit 4e728b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/pandas.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To create a ``Dataset`` from a ``DataFrame``, use the
7878
7979
xr.Dataset.from_dataframe(df)
8080
81-
Notice that that dimensions of variables in the ``Dataset`` have now
81+
Notice that the dimensions of variables in the ``Dataset`` have now
8282
expanded after the round-trip conversion to a ``DataFrame``. This is because
8383
every object in a ``DataFrame`` must have the same indices, so we need to
8484
broadcast the data of each array to the full size of the new ``MultiIndex``.

0 commit comments

Comments
 (0)