1 个仓库
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 是一个 Python 多维数组库和带标签的数据集框架。它扩展了 NumPy 数据结构,通过为数组添加标签,允许使用命名维度和坐标来组织复杂的 N 维数据。 该库提供了 NetCDF 数据接口,用于读写 NetCDF 和 Zarr 等科学数据格式。它通过在数学运算过程中维护数据与物理坐标之间的关系,实现了科学数组计算。 该项目涵盖了多维数据分析、地理空间数据处理和气候数据处理。它还支持用于管理随时间变化的观测序列的时间序列分析。
Extends the NumPy data structure by adding labels to arrays to simplify indexing and data analysis.