File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,24 @@ are available in the `matplotlib gallery
9191Pandas
9292------
9393
94- `Pandas <http://pandas.pydata.org/ >`_ is data manipulation library
94+ `Pandas <http://pandas.pydata.org/ >`_ is a data manipulation library
9595based on NumPy which provides many useful functions for accessing,
9696indexing, merging, and grouping data easily. The main data structure (DataFrame)
9797is close to what could be found in the R statistical package; that is,
9898heterogeneous data tables with name indexing, time series operations, and
9999auto-alignment of data.
100100
101+ xarray
102+ ------
103+
104+ `xarray <http://xarray.pydata.org/en/stable/ >`_ is similar to Pandas, but it
105+ is intended for wrapping multidimensional scientific data. By labelling the
106+ data with dimensions, coordinates, and attributes, it makes complex
107+ multidimensional operations clearer and more intuitive. It also wraps
108+ matplotlib for quick plotting, and can apply most operations in parallel using
109+ `dask <http://xarray.pydata.org/en/stable/dask.html >`_.
110+
111+
101112Rpy2
102113----
103114
You can’t perform that action at this time.
0 commit comments