1 Repo
Extensions of base array structures that add label-based indexing and metadata.
Distinct from NumPy Array Integration: Focuses on extending NumPy with labels for analysis, not on memory mapping or tensor conversion.
Explore 1 awesome GitHub repository matching scientific & mathematical computing · Labeled Array Extensions. Refine with filters or upvote what's useful.
Xarray is a Python multidimensional array library and labeled dataset framework. It extends the NumPy data structure by adding labels to arrays, allowing for the organization of complex N-dimensional data using named dimensions and coordinates. The library provides a NetCDF data interface for reading and writing scientific data formats such as NetCDF and Zarr. It enables scientific array computing by maintaining the relationship between data and physical coordinates during mathematical operations. The project covers multidimensional data analysis, geospatial data manipulation, and climate da
Extends the NumPy data structure by adding labels to arrays to simplify indexing and data analysis.