We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f2775 commit 4e728b8Copy full SHA for 4e728b8
doc/user-guide/pandas.rst
@@ -78,7 +78,7 @@ To create a ``Dataset`` from a ``DataFrame``, use the
78
79
xr.Dataset.from_dataframe(df)
80
81
-Notice that that dimensions of variables in the ``Dataset`` have now
+Notice that the dimensions of variables in the ``Dataset`` have now
82
expanded after the round-trip conversion to a ``DataFrame``. This is because
83
every object in a ``DataFrame`` must have the same indices, so we need to
84
broadcast the data of each array to the full size of the new ``MultiIndex``.
0 commit comments