Data Analysis

xarray – work with labelled multi-dimensional arrays and datasets

xarray is a Python package for working with labelled multi-dimensional arrays and datasets.

It adds names, coordinates and metadata to NumPy-like arrays, giving users a clearer way to analyse scientific and numerical data with dimension-aware code. The project is particularly useful for netCDF-style data and integrates with Dask for parallel computing, while offering a broad collection of tools for analytics and visualisation.

This is free and open source software.

Key Features

  • Applies calculations over named dimensions rather than relying only on array axis positions.
  • Selects data by labels, coordinates and dimension names.
  • Supports vectorised mathematical operations with automatic broadcasting by dimension name.
  • Provides split-apply-combine workflows with groupby operations.
  • Aligns datasets using coordinate labels while handling missing values.
  • Stores arbitrary metadata as attributes attached to arrays and datasets.

Website: github.com/pydata/xarray
Support:
Developer: xarray Developers
License: Apache License 2.0

xarray is written in Python. Learn Python with our recommended free books and free tutorials.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted