awesome-repositories.com
Blog
MCP
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
·
scikit-learn-contrib avatar

scikit-learn-contrib/sklearn-pandas

0
View on GitHub↗
2,850 estrellas·420 forks·Python·8 vistas

Sklearn Pandas

Pandas integration with sklearn

Features

  • Data Manipulation - Pandas integration for scikit-learn pipelines.
  • Data Manipulation Libraries - Bridge between Pandas and Scikit-learn.
  • Data Processing Libraries - Bridge between scikit-learn transformers and pandas dataframes.

Historial de estrellas

Gráfico del historial de estrellas de scikit-learn-contrib/sklearn-pandasGráfico del historial de estrellas de scikit-learn-contrib/sklearn-pandas

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 Sklearn Pandas

Proyectos open-source similares, clasificados según cuántas características comparten con Sklearn Pandas.
  • 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
  • modin-project/modinAvatar de modin-project

    modin-project/modin

    10,389Ver en 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

    Pythonanalyticsdata-sciencedataframe
    Ver en GitHub↗10,389
  • jmcarpenter2/swifterAvatar de jmcarpenter2

    jmcarpenter2/swifter

    2,641Ver en GitHub↗

    A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner

    Python
    Ver en GitHub↗2,641
Ver las 30 alternativas a Sklearn Pandas→

Preguntas frecuentes

¿Qué hace scikit-learn-contrib/sklearn-pandas?

Pandas integration with sklearn

¿Cuáles son las características principales de scikit-learn-contrib/sklearn-pandas?

Las características principales de scikit-learn-contrib/sklearn-pandas son: Data Manipulation, Data Manipulation Libraries, Data Processing Libraries.

¿Qué alternativas de código abierto existen para scikit-learn-contrib/sklearn-pandas?

Las alternativas de código abierto para scikit-learn-contrib/sklearn-pandas incluyen: modin-project/modin — Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that… pola-rs/polars — Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It… vaexio/vaex — Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle… jmcarpenter2/swifter — A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner. pydata/xarray — Xarray is a Python multidimensional array library and labeled dataset framework. It extends the NumPy data structure… iamseancheney/python_for_data_analysis_2nd_chinese_version — This project is an educational resource and a collection of instructional materials for performing data manipulation…