###########
User Guide
###########

In this user guide, you will find detailed descriptions and
examples that describe many common tasks that you can accomplish with Xarray.


.. toctree::
   :maxdepth: 2
   :caption: Data model

   terminology
   data-structures
   hierarchical-data
   dask


.. toctree::
   :maxdepth: 2
   :caption: Core operations

   indexing
   combining
   reshaping
   computation
   groupby
   interpolation

.. toctree::
   :maxdepth: 2
   :caption: I/O

   io

.. toctree::
   :maxdepth: 2
   :caption: Visualization

   plotting


.. toctree::
   :maxdepth: 2
   :caption: Interoperatbility

   pandas
   duckarrays
   ecosystem


.. toctree::
   :maxdepth: 2
   :caption: Domain-specific workflows

   time-series
   weather-climate

.. toctree::
   :maxdepth: 2
   :caption: Options and Testing

   options
   testing
