slackbuilds_ponce/python/xarray
Benjamin Trigona-Harany 7f7159ada3 python/xarray: Updated for version 0.14.1.
This also removes support for Python 2 as well since the Python 2
SlackBuild for pandas is too old and Python is now EOL.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-03 02:11:10 -06:00
..
README
slack-desc
xarray.info
xarray.SlackBuild

xarray is an open source project and Python package that aims to bring the
labeled data power of pandas to the physical sciences, by providing
N-dimensional variants of the core pandas data structures.

The goal is to provide a pandas-like and pandas-compatible toolkit for
analytics on multi-dimensional arrays, rather than the tabular data for which
pandas excels. Our approach adopts the Common Data Model for self- describing
scientific data in widespread use in the Earth sciences: xarray.Dataset is an
in-memory representation of a netCDF file.