From aae2acc9f6d5e991b0335683b9bc820e15da14f5 Mon Sep 17 00:00:00 2001 From: dcherian Date: Tue, 5 Feb 2019 12:41:17 -0700 Subject: [PATCH] Reference xarray_extras for csv writing. Closes #2289 --- doc/io.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/io.rst b/doc/io.rst index dbe0a053d87..51c747189da 100644 --- a/doc/io.rst +++ b/doc/io.rst @@ -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