awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
modin-project avatar

modin-project/modin

0
View on GitHub↗
10,389 estrellas·676 forks·Python·Apache-2.0·10 vistasmodin.readthedocs.io↗

Modin

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 hardware.

The library provides capabilities for out-of-core memory management and partition-based data distribution. These features allow it to process datasets larger than available RAM by loading and computing on data partitions from disk on demand.

Features

  • Distributed Compute Frameworks - Provides a high-performance engine that parallelizes Pandas dataframe operations across multiple CPU cores or clusters.
  • Distributed Data Processing Frameworks - Partitions, transforms, and processes large-scale Pandas dataframes across distributed computing clusters.
  • API Compatibility Layers - Mirrors the Pandas API to allow seamless migration of data workflows to a distributed execution engine.
  • Distributed Computing Engines - Provides a framework for processing and transforming massive datasets across distributed computing environments.
  • Parallel Dataframe Operations - Distributes data and computations across all available CPU cores to accelerate processing speeds.
  • Parallel Dataframe Workflows - Accelerates data manipulation tasks by distributing workloads across local or cluster resources without changing core code logic.
  • Dataframe Engines - Provides a distributed dataframe engine for loading and processing tabular data that exceeds system memory.
  • Distributed Data Processing - Scales data operations across multiple compute nodes to increase performance and throughput.
  • Large-Scale Data Computation - Processes datasets that exceed system memory using distributed execution engines and out-of-core computation.
  • Out-of-Core Processing - Implements techniques to process datasets that exceed available system RAM by utilizing disk-based partitions.
  • Parallel Processing - Distributes data manipulation workloads across multiple processor cores to increase throughput for large scale dataframes.
  • Logical Data Partitioning - Splits large dataframes into smaller chunks that are processed independently across multiple CPU cores or cluster nodes.
  • Distributed Computing - Manages the execution of data tasks across various backends to optimize performance based on hardware.
  • Data Parallel Dispatchers - Distributes individual dataframe operations across available hardware threads to maximize processing throughput.
  • Compute Backends - Allows switching between different distributed processing frameworks by swapping the underlying compute backend.
  • Compute Backend Interfaces - Provides an engine-agnostic interface that decouples the dataframe API from the underlying distributed execution engine.
  • Dataframe Workflow Scaling - Distributes dataframe operations across multiple CPU cores to accelerate processing of large datasets.
  • Optimization Tools - Accelerates Pandas workflows by parallelizing operations.
  • Data Analysis - Scalable drop-in replacement for pandas.
  • Data Analysis and Processing - Scalable Pandas workflows.
  • Data Containers - Scales pandas workflows by changing a single line of code.
  • Data Manipulation - Parallelized pandas workflows for speed.
  • Data Manipulation Libraries - Distributed Pandas computations for speed.
  • Data Processing Libraries - Parallelized dataframe operations for faster execution.
  • Computation and Optimization - Speed up Pandas workflows with minimal code changes.
  • Scientific Computing Libraries - Library for accelerating Pandas workflows.

Historial de estrellas

Gráfico del historial de estrellas de modin-project/modinGráfico del historial de estrellas de modin-project/modin

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Modin

Proyectos open-source similares, clasificados según cuántas características comparten con Modin.
  • vaexio/vaexAvatar de vaexio

    vaexio/vaex

    8,506Ver en 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

    Python
    Ver en GitHub↗8,506
  • pola-rs/polarsAvatar de pola-rs

    pola-rs/polars

    38,855Ver en 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

    Rustarrowdataframedataframe-library
    Ver en GitHub↗38,855
  • dask/daskAvatar de dask

    dask/dask

    13,746Ver en GitHub↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    Ver en GitHub↗13,746
  • ray-project/rayAvatar de ray-project

    ray-project/ray

    42,895Ver en GitHub↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    Pythondata-sciencedeep-learningdeployment
    Ver en GitHub↗42,895
Ver las 30 alternativas a Modin→

Preguntas frecuentes

¿Qué hace modin-project/modin?

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.

¿Cuáles son las características principales de modin-project/modin?

Las características principales de modin-project/modin son: Distributed Compute Frameworks, Distributed Data Processing Frameworks, API Compatibility Layers, Distributed Computing Engines, Parallel Dataframe Operations, Parallel Dataframe Workflows, Dataframe Engines, Distributed Data Processing.

¿Qué alternativas de código abierto existen para modin-project/modin?

Las alternativas de código abierto para modin-project/modin incluyen: vaexio/vaex — Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle… pola-rs/polars — Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It… ray-project/ray — Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… ydataai/ydata-profiling — Ydata-profiling is an automated exploratory data analysis framework designed to generate comprehensive statistical… pandas-dev/pandas — Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning,…