File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Filter options
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
91
91
Pandas
92
92
------
93
93
94
- `Pandas <http://pandas.pydata.org/ >`_ is data manipulation library
94
+ `Pandas <http://pandas.pydata.org/ >`_ is a data manipulation library
95
95
based on NumPy which provides many useful functions for accessing,
96
96
indexing, merging, and grouping data easily. The main data structure (DataFrame)
97
97
is close to what could be found in the R statistical package; that is,
98
98
heterogeneous data tables with name indexing, time series operations, and
99
99
auto-alignment of data.
100
100
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
+
101
112
Rpy2
102
113
----
103
114
You can’t perform that action at this time.
0 commit comments