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
·
h2oai avatar

h2oai/datatable

0
View on GitHub↗
1,877 estrellas·167 forks·C++·MPL-2.0·7 vistasdatatable.readthedocs.io↗

Datatable

A Python package for manipulating 2-dimensional tabular data structures

Features

  • Data Containers - High-performance manipulation of 2D tabular data.
  • Data Manipulation - High-performance data table library.

Historial de estrellas

Gráfico del historial de estrellas de h2oai/datatableGráfico del historial de estrellas de h2oai/datatable

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

Preguntas frecuentes

¿Qué hace h2oai/datatable?

A Python package for manipulating 2-dimensional tabular data structures

¿Cuáles son las características principales de h2oai/datatable?

Las características principales de h2oai/datatable son: Data Containers, Data Manipulation.

¿Qué alternativas de código abierto existen para h2oai/datatable?

Las alternativas de código abierto para h2oai/datatable incluyen: pydata/xarray — Xarray is a Python multidimensional array library and labeled dataset framework. It extends the NumPy data structure… modin-project/modin — Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that… vaexio/vaex — Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle… iamseancheney/python_for_data_analysis_2nd_chinese_version — This project is an educational resource and a collection of instructional materials for performing data manipulation… morvanzhou/tutorials — This repository is a comprehensive collection of instructional guides and practical examples for Python development,… hosseinmoein/dataframe — DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous…

Alternativas open-source a Datatable

Proyectos open-source similares, clasificados según cuántas características comparten con Datatable.
  • pydata/xarrayAvatar de pydata

    pydata/xarray

    4,159Ver en GitHub↗

    Xarray is a Python multidimensional array library and labeled dataset framework. It extends the NumPy data structure by adding labels to arrays, allowing for the organization of complex N-dimensional data using named dimensions and coordinates. The library provides a NetCDF data interface for reading and writing scientific data formats such as NetCDF and Zarr. It enables scientific array computing by maintaining the relationship between data and physical coordinates during mathematical operations. The project covers multidimensional data analysis, geospatial data manipulation, and climate da

    Python
    Ver en GitHub↗4,159
  • 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
  • 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
  • iamseancheney/python_for_data_analysis_2nd_chinese_versionAvatar de iamseancheney

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937Ver en GitHub↗

    This project is an educational resource and a collection of instructional materials for performing data manipulation and statistical analysis using Python. It provides a comprehensive set of guides and code examples for using the Pandas, NumPy, and Matplotlib libraries to analyze structured data. The resource includes a dedicated guide for reshaping, cleaning, and aggregating tabular data and time series via Pandas, alongside a reference for high-performance vectorized operations and linear algebra using NumPy. It also features tutorials for creating publication-quality charts, distribution p

    matplotlibnumpypandas
    Ver en GitHub↗8,937
  • Ver las 30 alternativas a Datatable→