Contributing to xarray Where to start? Bug reports and enhancement requests Working with the code Version control, Git, and GitHub Getting started with Git Forking Creating a ...
xarray Internals Variable objects Extending xarray xarray Internals xarray builds upon two of the foundational libraries of the scientific Pythonstack, NumPy and pandas. It i...
Xarray related projects Geosciences Machine Learning Other domains Extend xarray capabilities Visualization Non-Python projects Xarray related projects Here below is a li...
Frequently Asked Questions Why is pandas not enough? How do xarray data structures differ from those found in pandas? Should I use xarray instead of pandas? Why don’t aggregatio...
xarray: N-D labeled arrays and datasets in Python Documentation See also Get in touch NumFOCUS History License xarray: N-D labeled arrays and datasets in Python xarray (...
Computation Basic array math Missing values Aggregation Rolling window operations Coarsen large arrays Computation using Coordinates Broadcasting by dimension name Automatic...
Reshaping and reorganizing data Reordering dimensions Expand and squeeze dimensions Converting between datasets and arrays Stack and unstack Stacking different variables togethe...