awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesSeries Constructors

Creation of one-dimensional labeled arrays.

Distinguishing note: Focuses on one-dimensional structures rather than tabular dataframes.

Explore 2 awesome GitHub repositories matching data & databases · Series Constructors. Refine with filters or upvote what's useful.

Awesome Series Constructors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pandas-dev/pandasالصورة الرمزية لـ pandas-dev

    pandas-dev/pandas

    49,039عرض على GitHub↗

    Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning, and transforming structured datasets. It centers on labeled one-dimensional and two-dimensional data structures, allowing users to construct, filter, and reshape tabular information while performing complex arithmetic and logical operations. The library distinguishes itself through a sophisticated indexing engine that enables automatic data alignment during calculations and relational merges. By utilizing a block-based memory layout, it optimizes cache locality for vectorized

    Initializes one-dimensional labeled arrays that hold any data type.

    Pythonalignmentdata-analysisdata-science
    عرض على GitHub↗49,039
  • pola-rs/polarsالصورة الرمزية لـ pola-rs

    pola-rs/polars

    38,855عرض على GitHub↗

    Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It functions as a structured data library that organizes information into typed columns, utilizing the Apache Arrow memory format to enable zero-copy data sharing and cache-friendly, vectorized operations. The engine is built to handle large-scale tabular datasets, providing both local and distributed analytical runtimes that scale from single-machine environments to multi-node clusters. The project distinguishes itself through a sophisticated lazy query engine that constructs abstract e

    Generates one-dimensional data structures containing elements of a single type.

    Rustarrowdataframedataframe-library
    عرض على GitHub↗38,855
  1. Home
  2. Data & Databases
  3. Series Constructors