Overview
A practical guide to xarray — from core concepts to common methods for multi-dimensional scientific data.
xarray Tutorial: Core Concepts
xarray is a powerful library designed for handling multi-dimensional arrays with labeled axes (dimensions). It is particularly useful for scientific computing tasks, especially when working with data that has more than two dimensions (like time, latitude, longitude, pressure levels, etc.).
Common Methods
🔎 Selection & Indexing