awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Bibliothèque de manipulation de données

Classement mis à jour le 30 juin 2026

For une bibliothèque de manipulation de données haute performance, the strongest matches are vaexio/vaex (Vaex is a high-performance Apache Arrow DataFrame library for), pola-rs/polars (Polars is the high-performance DataFrame library for Python you) and modin-project/modin (Modin is a distributed high-performance DataFrame library that parallelizes). eventual-inc/daft and rapidsai/cudf round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Nous sélectionnons les dépôts GitHub open-source correspondant à « polars vs pandas ». Les résultats sont classés par pertinence par rapport à votre recherche — utilisez les filtres ci-dessous pour affiner, ou utilisez l'IA.

Bibliothèque de manipulation de données

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vaexio/vaexAvatar de vaexio

    vaexio/vaex

    8,506Voir sur GitHub↗

    Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle billion-row tabular datasets in Python. It functions as a lazy evaluation framework that defers computations and transformations until results are required, enabling the processing of datasets that exceed available system RAM by mapping files directly from disk. The project distinguishes itself as a tool for big data visualization and exploration, specifically integrated for use within interactive notebooks. It provides specialized capabilities for machine learning feature engin

    Vaex is a high-performance Apache Arrow DataFrame library for Python with lazy evaluation and out-of-core processing, matching the core category of Polars-style tools, though it lacks explicit expression-based API and zero-copy serialization.

    PythonApache Arrow ProcessingOut-of-Core ProcessingLazy Evaluation Frameworks
    Voir sur GitHub↗8,506
  • pola-rs/polarsAvatar de pola-rs

    pola-rs/polars

    38,855Voir sur 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

    Polars is the high-performance DataFrame library for Python you are looking for, built on Apache Arrow with zero-copy serialization, lazy evaluation, and out-of-core capabilities — exactly the pandas alternative described in the query.

    RustOut-of-Core ProcessingExpression EnginesLazy Evaluation Frameworks
    Voir sur GitHub↗38,855
  • modin-project/modinAvatar de modin-project

    modin-project/modin

    10,389Voir sur GitHub↗

    Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that exceed system memory. It functions as a distributed computing framework that parallelizes data manipulation tasks across multiple CPU cores or clusters to increase throughput and avoid memory errors. The project mirrors the Pandas API, allowing for the distribution of data workflows without changing core code logic. It utilizes a pluggable backend interface, which enables users to switch between different distributed execution engines to optimize performance based on available h

    Modin is a distributed high-performance DataFrame library that parallelizes pandas operations across cores or clusters, placing it in the same category as Polars — though its pandas-compatible API and distributed execution model differ from Polars’ expression-based, Arrow-native design, making it an alternative rather than a direct equivalent.

    PythonOut-of-Core Processing
    Voir sur GitHub↗10,389
  • eventual-inc/daftAvatar de Eventual-Inc

    Eventual-Inc/Daft

    5,225Voir sur GitHub↗

    Daft is a distributed dataframe library and multimodal data processor designed to handle large-scale structured and unstructured data. It functions as a vectorized execution engine that processes tables alongside images, audio, and video, utilizing a unified schema to manage diverse data types. The project distinguishes itself by combining distributed data engineering with large-scale AI inference. It provides an AI data pipeline for batch-optimizing model prompts and generating high-dimensional text embeddings, while utilizing zero-copy memory sharing to execute custom Python functions witho

    Daft is a distributed, multimodal DataFrame library for Python that shares Polars' emphasis on Arrow-based, zero-copy, and parallel execution, but differs by targeting multi-node and AI-pipeline workloads rather than single-node lazy evaluation and expression-based APIs.

    RustLazy Query ExecutionLazy Evaluation Frameworks
    Voir sur GitHub↗5,225
  • rapidsai/cudfAvatar de rapidsai

    rapidsai/cudf

    9,672Voir sur GitHub↗

    cuDF is a GPU-accelerated dataframe library and data processing engine designed for manipulating and analyzing large tabular datasets. It provides a high-level API for executing filtering, joining, and aggregating operations directly on GPU hardware. The project integrates the Apache Arrow memory format to enable zero-copy data transfers and includes a just-in-time compiler for executing custom user-defined functions on the GPU. The library features specialized acceleration for existing workflows by redirecting standard Pandas dataframe calls and Polars query plans to a GPU backend. It also p

    cuDF is a GPU-accelerated DataFrame library that works with Polars query plans, making it a high-performance alternative in the same category, though it focuses on GPU rather than CPU execution and may lack features like lazy evaluation.

    C++Lazy Query Execution
    Voir sur GitHub↗9,672
  • h2oai/datatableAvatar de h2oai

    h2oai/datatable

    1,877Voir sur GitHub↗

    A Python package for manipulating 2-dimensional tabular data structures

    h2oai/datatable is a high-performance DataFrame library for Python, making it a direct alternative to Polars, though it may not cover all the specific features like lazy evaluation or expression-based API that Polars emphasizes.

    C++Data ContainersData Manipulation
    Voir sur GitHub↗1,877

Related searches

  • une bibliothèque de dataframe plus rapide que pandas
  • une bibliothèque haute performance pour les données tabulaires
  • un moteur de dataframe pour données massives
  • un moteur pour requêter des CSV et Parquet en local
  • un format colonnaire partagé en mémoire
  • une base de données analytique pour analyser rapidement de grandes tables
  • exécuter du SQL directement sur mes fichiers de données
  • a python library for processing csv files