Skip to content

Commit

Permalink
Typos in pandas.rst (#9551)
Browse files Browse the repository at this point in the history
  • Loading branch information
carschandler authored Sep 26, 2024
1 parent fecaa85 commit 44c7c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/user-guide/pandas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ DataFrames:
xr.DataArray.from_series(s)
Both the ``from_series`` and ``from_dataframe`` methods use reindexing, so they
work even if not the hierarchical index is not a full tensor product:
work even if the hierarchical index is not a full tensor product:

.. ipython:: python
Expand All @@ -126,7 +126,7 @@ Particularly after a roundtrip, the following deviations are noted:
To avoid these problems, the third-party `ntv-pandas <https://github.com/loco-philippe/ntv-pandas>`__ library offers lossless and reversible conversions between
``Dataset``/ ``DataArray`` and pandas ``DataFrame`` objects.

This solution is particularly interesting for converting any ``DataFrame`` into a ``Dataset`` (the converter find the multidimensional structure hidden by the tabular structure).
This solution is particularly interesting for converting any ``DataFrame`` into a ``Dataset`` (the converter finds the multidimensional structure hidden by the tabular structure).

The `ntv-pandas examples <https://github.com/loco-philippe/ntv-pandas/tree/main/example>`__ show how to improve the conversion for the previous ``Dataset`` example and for more complex examples.

Expand Down

0 comments on commit 44c7c15

Please sign in to comment.