mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #979 from TomNicholas/patch-1
Add xarray to scientific section
This commit is contained in:
@@ -91,13 +91,24 @@ are available in the `matplotlib gallery
|
||||
Pandas
|
||||
------
|
||||
|
||||
`Pandas <http://pandas.pydata.org/>`_ is data manipulation library
|
||||
`Pandas <http://pandas.pydata.org/>`_ is a data manipulation library
|
||||
based on NumPy which provides many useful functions for accessing,
|
||||
indexing, merging, and grouping data easily. The main data structure (DataFrame)
|
||||
is close to what could be found in the R statistical package; that is,
|
||||
heterogeneous data tables with name indexing, time series operations, and
|
||||
auto-alignment of data.
|
||||
|
||||
xarray
|
||||
------
|
||||
|
||||
`xarray <http://xarray.pydata.org/en/stable/>`_ is similar to Pandas, but it
|
||||
is intended for wrapping multidimensional scientific data. By labelling the
|
||||
data with dimensions, coordinates, and attributes, it makes complex
|
||||
multidimensional operations clearer and more intuitive. It also wraps
|
||||
matplotlib for quick plotting, and can apply most operations in parallel using
|
||||
`dask <http://xarray.pydata.org/en/stable/dask.html>`_.
|
||||
|
||||
|
||||
Rpy2
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user