diff --git a/doc/user-guide/pandas.rst b/doc/user-guide/pandas.rst index 3d4a6b42bc8..9e070ae6e57 100644 --- a/doc/user-guide/pandas.rst +++ b/doc/user-guide/pandas.rst @@ -78,7 +78,7 @@ To create a ``Dataset`` from a ``DataFrame``, use the xr.Dataset.from_dataframe(df) -Notice that that dimensions of variables in the ``Dataset`` have now +Notice that the dimensions of variables in the ``Dataset`` have now expanded after the round-trip conversion to a ``DataFrame``. This is because every object in a ``DataFrame`` must have the same indices, so we need to broadcast the data of each array to the full size of the new ``MultiIndex``.