Skip to content
forked from pydata/xarray

Commit

Permalink
Reference xarray_extras for csv writing. Closes pydata#2289
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Mar 7, 2019
1 parent a301ded commit aae2acc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -739,11 +739,14 @@ options are listed on the PseudoNetCDF page.
.. _PseudoNetCDF: http://github.com/barronh/PseudoNetCDF


Formats supported by Pandas
---------------------------
CSV and other formats supported by Pandas
-----------------------------------------

For more options (tabular formats and CSV files in particular), consider
exporting your objects to pandas and using its broad range of `IO tools`_.
For CSV files, one might also consider `xarray_extras`_.

.. _xarray_extras: https://xarray-extras.readthedocs.io/en/latest/api/csv.html

.. _IO tools: http://pandas.pydata.org/pandas-docs/stable/io.html

Expand Down

0 comments on commit aae2acc

Please sign in to comment.