Run your Python code to see output here
Xarray is an open-source Python library that makes working with labeled multi-dimensional arrays simple and efficient. It introduces labels in the form of dimensions, coordinates, and attributes on top of raw NumPy-like arrays, allowing for a more intuitive, concise, and less error-prone developer experience.
Our online Xarray compiler runs entirely in your browser using Pyodide. It allows you to experiment with Xarray's powerful data structures: DataArray (labeled N-dimensional arrays) and Dataset (a dictionary-like container of DataArrays). You can perform complex operations like group-by, reshaping, and mathematical computations using meaningful label names instead of integer indices.
Specialized Online Python compiler powered by Pyodide WebAssembly. Run Python Library directly in your browser with zero setup.