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 a301ded commit aae2accCopy full SHA for aae2acc
doc/io.rst
@@ -739,11 +739,14 @@ options are listed on the PseudoNetCDF page.
739
.. _PseudoNetCDF: http://github.com/barronh/PseudoNetCDF
740
741
742
-Formats supported by Pandas
743
----------------------------
+CSV and other formats supported by Pandas
+-----------------------------------------
744
745
For more options (tabular formats and CSV files in particular), consider
746
exporting your objects to pandas and using its broad range of `IO tools`_.
747
+For CSV files, one might also consider `xarray_extras`_.
748
+
749
+.. _xarray_extras: https://xarray-extras.readthedocs.io/en/latest/api/csv.html
750
751
.. _IO tools: http://pandas.pydata.org/pandas-docs/stable/io.html
752
0 commit comments