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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSubconjunto de filas y columnas tabulares

Filtra filas y selecciona columnas de manera eficiente utilizando una sintaxis concisa para la recuperación de datos.

Distinto de las manipulaciones de filas y columnas: Los candidatos se centran en el diseño de la interfaz de usuario (hojas de cálculo) o controles de acceso de seguridad, no en subconjuntos de análisis de datos.

Explore 1 awesome GitHub repository matching data & databases · Subconjunto de filas y columnas tabulares. Refine with filters or upvote what's useful.

Awesome Subconjunto de filas y columnas tabulares GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rdatatable/data.tableAvatar de Rdatatable

    Rdatatable/data.table

    3,894Ver en GitHub↗

    This project is a high-performance tabular data processing framework for R, designed to handle massive datasets with memory efficiency and speed. It provides an enhanced data structure that utilizes reference semantics and in-place modification to perform complex transformations without the overhead of unnecessary object copying. The library distinguishes itself through its low-level architectural optimizations, including multi-threaded parallel processing, radix-based sorting, and memory-mapped file parsing. By offloading critical data manipulation and aggregation routines to compiled C code

    Filters rows and selects specific columns using a concise syntax for fast data retrieval.

    R
    Ver en GitHub↗3,894
  1. Home
  2. Data & Databases
  3. Tabular Row and Column Subsetting

Explorar subetiquetas

  • Dynamic Column SubsettingSelecting columns at runtime using flexible identifiers such as regular expressions or logical functions. **Distinct from Tabular Row and Column Subsetting:** Distinct from Tabular Row and Column Subsetting by focusing on the dynamic, programmatic selection of columns rather than static indexing.