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
·

2 repositorios

Awesome GitHub RepositoriesDetección de duplicados en tablas

Identificación y conteo de registros repetidos o entradas únicas dentro de una tabla de datos.

Nota distintiva: Los candidatos de la lista corta se centran en coincidencia de entidades, clones de código o imágenes; esto trata sobre la duplicación exacta de filas/valores en tablas.

Explore 2 awesome GitHub repositories matching data & databases · Detección de duplicados en tablas. Refine with filters or upvote what's useful.

Awesome Detección de duplicados en tablas GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jabref/jabrefAvatar de JabRef

    JabRef/jabref

    4,373Ver en GitHub↗

    This project is a desktop-based bibliographic reference manager designed to organize academic research libraries and automate citation workflows. It functions as a research assistant that integrates directly with word processors and text editors, enabling users to insert and format references while writing. The application is built on a Java-based portable runtime, allowing it to operate as a self-contained tool that stores preferences and data in local configuration files. The platform distinguishes itself through a modular plugin architecture and a commitment to human-readable, text-based f

    Provides interfaces for comparing and merging repeated bibliographic records to maintain library data integrity.

    Javaacademiaacademic-publicationsai
    Ver en GitHub↗4,373
  • 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

    Identifies and counts repeated records or unique entries within a data table.

    R
    Ver en GitHub↗3,894
  1. Home
  2. Data & Databases
  3. Tabular Duplicate Detection

Explorar subetiquetas

  • Bibliographic Duplicate ResolversInterfaces for comparing and merging repeated bibliographic records. **Distinct from Tabular Duplicate Detection:** Distinct from Tabular Duplicate Detection: focuses on bibliographic record comparison and resolution rather than generic table row deduplication.