About Anaconda Help Download Anaconda

N-D labeled arrays and datasets in Python.

Installers

  • linux-64 v2023.6.0
  • linux-aarch64 v2023.6.0
  • linux-s390x v2023.6.0
  • osx-64 v2023.6.0
  • osx-arm64 v2023.6.0
  • win-64 v2023.6.0
  • noarch v0.20.1
  • linux-32 v0.11.0
  • linux-ppc64le v2023.6.0
  • win-32 v0.11.3

conda install

To install this package run one of the following:
conda install anaconda::xarray

Description

xarray (formerly xray) is an open source project and Python package that makes working with labelled multi-dimensional arrays simple, efficient, and fun!

xarray introduces labels in the form of dimensions, coordinates and attributes on top of raw NumPy_-like arrays, which allows for a more intuitive, more concise, and less error-prone developer experience. The package includes a large and growing library of domain-agnostic functions for advanced analytics and visualization with these data structures.

xarray was inspired by and borrows heavily from pandas, the popular data analysis package focused on labelled tabular data. It is particularly tailored to working with netCDF files, which were the source of xarray's data model, and integrates tightly with dask_ for parallel computing.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.1) Legal | Privacy Policy