Skip to content

Commit

Permalink
Update doc/user-guide/pandas.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Hauser <[email protected]>
  • Loading branch information
loco-philippe and mathause authored May 21, 2024
1 parent f571bda commit a069c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/pandas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Particularly after a roundtrip, the following deviations are noted:
- a non-dimension Dataset ``coordinate`` is converted into ``variable``
- a non-dimension DataArray ``coordinate`` is not converted
- ``dtype`` is not allways the same (e.g. "str" is converted to "object")
- ``attrs`` metadata is not converted
- ``attrs`` metadata is not conserved

To avoid these problems, the third-party `ntv-pandas`__ library offers lossless and reversible conversions between
``Dataset``/ ``DataArray`` and pandas ``DataFrame`` objects.
Expand Down

0 comments on commit a069c11

Please sign in to comment.