slackbuilds/python/xarray
ArTourter c92fd1cc43
python/xarray: Updated for version 0.21.1, changed maintainer.
Signed-off-by: ArTourter <artourter@gmail.com>

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-17 12:59:54 +07:00
..
README
slack-desc
xarray.SlackBuild python/xarray: Updated for version 0.21.1, changed maintainer. 2022-02-17 12:59:54 +07:00
xarray.info python/xarray: Updated for version 0.21.1, changed maintainer. 2022-02-17 12:59:54 +07:00

README

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.