Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd742f7

Browse filesBrowse files
authored
Add xarray to scientific.rst
1 parent 7698c94 commit bd742f7
Copy full SHA for bd742f7

File tree

Expand file treeCollapse file tree

1 file changed

+12
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-1
lines changed

‎docs/scenarios/scientific.rst

Copy file name to clipboardExpand all lines: docs/scenarios/scientific.rst
+12-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.