Skip to content

Commit aae2acc

Browse files
author
dcherian
committed
Reference xarray_extras for csv writing. Closes pydata#2289
1 parent a301ded commit aae2acc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/io.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,11 +739,14 @@ options are listed on the PseudoNetCDF page.
739739
.. _PseudoNetCDF: http://github.com/barronh/PseudoNetCDF
740740

741741

742-
Formats supported by Pandas
743-
---------------------------
742+
CSV and other formats supported by Pandas
743+
-----------------------------------------
744744

745745
For more options (tabular formats and CSV files in particular), consider
746746
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
747750

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

0 commit comments

Comments
 (0)