Advanced algorithms for xarray — xarray_extras 0.6.1.dev7+g2fd6faf.d20250305 documentation (original) (raw)

xarray_extras


This module offers several extensions to xarray, which could not be included into the main module because they fall into one or more of the following categories:

The API of xarray-extras is unstable by definition, as features will be progressively migrated upwards towards xarray, dask, numpy, pandas, etc.

Features

csv

Multi-threaded CSV writer, much faster thanpandas.DataFrame.to_csv(), with full support fordask anddask distributed.

cumulatives

Advanced cumulative sum/productory/mean functions

interpolate

dask-optimized n-dimensional spline interpolation

numba_extras

Additions to numba

sort

Advanced sort/take functions

stack

Tools for stacking/unstacking dimensions

Index

Credits

License

xarray-extras is available under the open source Apache License.