Skip to content

Commit dceab6e

Browse files
authored
Merge pull request #979 from TomNicholas/patch-1
Add xarray to scientific section
2 parents 7698c94 + bd742f7 commit dceab6e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/scenarios/scientific.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,24 @@ are available in the `matplotlib gallery
9191
Pandas
9292
------
9393

94-
`Pandas <http://pandas.pydata.org/>`_ is data manipulation library
94+
`Pandas <http://pandas.pydata.org/>`_ is a data manipulation library
9595
based on NumPy which provides many useful functions for accessing,
9696
indexing, merging, and grouping data easily. The main data structure (DataFrame)
9797
is close to what could be found in the R statistical package; that is,
9898
heterogeneous data tables with name indexing, time series operations, and
9999
auto-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+
101112
Rpy2
102113
----
103114

0 commit comments

Comments
 (0)