awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesLabeled Array Extensions

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.

Awesome Labeled Array Extensions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pydata/xarraypydata 的头像

    pydata/xarray

    4,159在 GitHub 上查看↗

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

    Extends the NumPy data structure by adding labels to arrays to simplify indexing and data analysis.

    Python
    在 GitHub 上查看↗4,159
  1. Home
  2. Scientific & Mathematical Computing
  3. NumPy Array Integration
  4. Labeled Array Extensions