Skip to main content

xarray is a Python module for working with N-dimensional arrays

xarray is a Python module that aims to provide a data analysis toolkit as powerful as pandas but designed for working with homogeneous N-dimensional arrays instead of tabular data. Wherever possible, it copies the pandas API and relies on pandas’s highly optimized internals (in particular, for fast indexing).