awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

25 dépôts

Awesome GitHub RepositoriesData Loading Extraction

Libraries for loading, collecting, and extracting data from a variety of data sources and formats.

Explore 25 awesome GitHub repositories matching part of an awesome list · Data Loading Extraction. Refine with filters or upvote what's useful.

Awesome Data Loading Extraction GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • huggingface/datasetsAvatar de huggingface

    huggingface/datasets

    21,643Voir sur GitHub↗

    Datasets is a library designed for the management, processing, and sharing of large-scale data collections for machine learning workflows. It functions as both a data processing framework and a versioning platform, providing tools to organize, filter, and transform massive datasets while ensuring reproducibility across research and development teams. The library distinguishes itself by enabling the handling of datasets that exceed available system memory. It utilizes memory-mapped file access, disk-based caching, and lazy iterative streaming to maintain performance when working with large-sca

    Hub of ready-to-use datasets for AI.

    Pythonaiartificial-intelligencecomputer-vision
    Voir sur GitHub↗21,643
  • joke2k/fakerAvatar de joke2k

    joke2k/faker

    19,278Voir sur GitHub↗

    Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping, and privacy-preserving anonymization. It provides a comprehensive suite of tools to create diverse information types, including personal identities, financial records, geographic locations, and technical system metadata, allowing developers to populate environments with mock data that mimics real-world structures. The library is built on a modular provider architecture that supports dynamic method dispatch, enabling users to extend functionality by registering custom data genera

    Generates fake data.

    Pythondatasetfakefake-data
    Voir sur GitHub↗19,278
  • wireservice/csvkitAvatar de wireservice

    wireservice/csvkit

    6,390Voir sur GitHub↗

    csvkit is a composable Unix-style command-line toolkit for converting, filtering, and analyzing CSV files directly from the terminal. It provides a suite of focused single-purpose commands that can be combined via pipes to build complex data processing workflows, with a modular architecture that includes a column-type inference engine for automatically detecting data types and a streaming-pipeline design for efficient handling of tabular data. The toolkit distinguishes itself through its SQL-engine abstraction layer, which allows users to run SQL queries directly against CSV files without req

    Utilities for converting and working with CSV.

    Python
    Voir sur GitHub↗6,390
  • snorkel-team/snorkelAvatar de snorkel-team

    snorkel-team/snorkel

    5,981Voir sur GitHub↗

    Snorkel is a weak supervision system that enables users to programmatically generate training labels for machine learning models without manual annotation. At its core, it provides a framework for writing labeling functions as Python callables that each vote on data points, and then trains a probabilistic graphical model over these multiple weak supervision sources to estimate latent true labels without any ground truth data. The system automatically learns accuracy and correlation parameters between labeling functions by analyzing observed agreement patterns on unlabeled data, converting lab

    Generating training data with weak supervision.

    Python
    Voir sur GitHub↗5,981
  • martinblech/xmltodictAvatar de martinblech

    martinblech/xmltodict

    5,741Voir sur GitHub↗

    xmltodict est une bibliothèque Python qui permet une sérialisation bidirectionnelle entre des documents XML et des dictionnaires. Elle fonctionne comme un analyseur qui convertit une entrée balisée en paires clé-valeur et comme un utilitaire de sérialisation qui transforme les dictionnaires en documents XML structurés. Le projet inclut un processeur de flux incrémental qui utilise des rappels (callbacks) basés sur la profondeur pour traiter de gros fichiers XML tout en maintenant une utilisation constante de la mémoire. Il dispose d'un gestionnaire d'espaces de noms pour mapper les préfixes et les déclarations, ainsi qu'un désinfecteur de sécurité qui bloque l'expansion d'entités externes et valide les noms d'éléments pour prévenir les attaques par injection. La bibliothèque offre des capacités de forçage de types de données, comme imposer que certains éléments soient représentés sous forme de listes quel que soit le nombre d'enfants. Elle prend également en charge le post-traitement des données via des rappels définis par l'utilisateur et offre des contrôles configurables pour développer, réduire ou ignorer les espaces de noms pendant le processus de conversion.

    Makes XML feel like working with JSON.

    Python
    Voir sur GitHub↗5,741
  • wkentaro/gdownAvatar de wkentaro

    wkentaro/gdown

    5,116Voir sur GitHub↗

    gdown is a command-line tool that downloads public files and folders from Google Drive without requiring authentication. It bypasses the mandatory virus-scan warning page to retrieve large files that conventional download tools block, and can resume interrupted transfers using HTTP range requests. Beyond simple file downloads, gdown can recursively download entire folder hierarchies while preserving the local directory structure. It lists the contents of a public folder as structured JSON without downloading the files themselves, and resolves a file's real name and extension without retrievin

    Google Drive public file downloader.

    Pythoncurldownloaddownloader
    Voir sur GitHub↗5,116
  • jazzband/tablibAvatar de jazzband

    jazzband/tablib

    4,754Voir sur GitHub↗

    Tablib est une bibliothèque Python conçue pour importer, exporter et manipuler des jeux de données tabulaires. Elle fonctionne comme un convertisseur et gestionnaire de données multi-formats, permettant aux utilisateurs de déplacer des informations entre différents standards de fichiers. La bibliothèque prend en charge la transformation de données à travers les formats CSV, JSON, YAML et Excel. Elle fournit une interface programmatique pour gérer ces jeux de données en ajoutant des lignes, en filtrant des colonnes et en séparant des enregistrements. Le système utilise une représentation interne commune et un mapping basé sur des adaptateurs pour normaliser diverses sources d'entrée. Cela permet des routines de lecture et d'écriture cohérentes à travers les formats de fichiers pris en charge.

    Tabular dataset module for multiple formats.

    Python
    Voir sur GitHub↗4,754
  • deanmalmgren/textractAvatar de deanmalmgren

    deanmalmgren/textract

    4,623Voir sur GitHub↗

    Textract est un outil d'extraction et un parseur de texte multi-format. Il fournit une interface unifiée pour extraire du texte brut à partir d'une variété de sources, y compris des documents, des images et des fichiers audio. Le système fonctionne comme un parseur de contenu de documents pour les PDF et les feuilles de calcul, un extracteur de texte d'image utilisant la reconnaissance optique de caractères (OCR), et un transcripteur parole-texte pour les enregistrements audio.

    Extract text from any document.

    HTML
    Voir sur GitHub↗4,623
  • rom1504/img2datasetAvatar de rom1504

    rom1504/img2dataset

    4,423Voir sur GitHub↗

    img2dataset is a high-performance image dataset pipeline and preprocessing tool designed to download and process millions of images from URLs for machine learning training. It functions as a distributed image downloader and cloud storage data exporter, moving large visual datasets from web sources directly into structured formats. The system prioritizes high-throughput data acquisition by distributing workloads across multiple CPU cores and machines. It integrates directly with remote cloud storage buckets and employs a manifest-based tracking system to resume interrupted downloads without re

    Turn image URLs into datasets.

    Pythonbig-datadatasetdeep-learning
    Voir sur GitHub↗4,423
  • camelot-dev/camelotAvatar de camelot-dev

    camelot-dev/camelot

    3,764Voir sur GitHub↗

    Camelot is a Python library and processing engine designed to extract tabular data from PDF documents. It converts unstructured tables into machine-readable formats such as CSV, JSON, and Excel. The project provides specialized toolsets for different document types, using line detection for ruled tables and whitespace analysis for borderless tables. It includes an optical character recognition system to recover structured data from image-based scanned PDFs that lack a digital text layer. The library handles complex document layouts, including encrypted files, rotated pages, and tables that s

    Extract tabular data from PDFs.

    Python
    Voir sur GitHub↗3,764
  • sdv-dev/sdvAvatar de sdv-dev

    sdv-dev/SDV

    3,508Voir sur GitHub↗

    Synthetic data generation for tabular data

    Synthetic data generation for tabular data.

    Python
    Voir sur GitHub↗3,508
  • xlwings/xlwingsAvatar de xlwings

    xlwings/xlwings

    3,312Voir sur GitHub↗

    xlwings - Make Excel fly with Python!

    Call Python from Excel.

    Pythonautomationexcelgoogle-sheets
    Voir sur GitHub↗3,312
  • pydata/pandas-datareaderAvatar de pydata

    pydata/pandas-datareader

    3,217Voir sur GitHub↗

    Extract data from a wide range of Internet sources into a pandas DataFrame.

    Extract data from internet sources.

    Pythondatadata-analysisdataset
    Voir sur GitHub↗3,217
  • ahupp/python-magicAvatar de ahupp

    ahupp/python-magic

    2,886Voir sur GitHub↗

    python-magic is a C-binding wrapper that provides a Python interface for the libmagic system library. It functions as a file signature analyzer and MIME type detector, identifying file formats by comparing header bytes against a database of known binary signatures. The library enables the identification of file types from both file paths and raw data buffers. It supports custom file signature matching through the injection of user-provided magic databases, allowing for the detection of specialized or proprietary formats. The project covers binary data analysis and MIME type mapping to transl

    Wrapper for libmagic.

    Python
    Voir sur GitHub↗2,886
  • python-excel/xlrdAvatar de python-excel

    python-excel/xlrd

    2,205Voir sur GitHub↗

    Please use openpyxl where you can...

    Reading Excel files.

    Python
    Voir sur GitHub↗2,205
  • camelot-dev/excaliburAvatar de camelot-dev

    camelot-dev/excalibur

    1,790Voir sur GitHub↗

    Web interface for PDF table extraction.

    Pythonextractfor-humanspdf
    Voir sur GitHub↗1,790
  • singer-io/getting-startedAvatar de singer-io

    singer-io/getting-started

    1,342Voir sur GitHub↗

    Singer is an open source standard for moving data between databases, web APIs, files, queues, and just about anything else you can think of. The Singer spec describes how data extraction scripts — called “Taps” — and data loading scripts — called “Targets” — should communicate using a standard…

    Standard for moving data between systems.

    Makefile
    Voir sur GitHub↗1,342
  • intake/intakeAvatar de intake

    intake/intake

    1,080Voir sur GitHub↗

    Intake is a lightweight package for finding, investigating, loading and disseminating data.

    Package for finding and loading data.

    Python
    Voir sur GitHub↗1,080
  • simonw/csvs-to-sqliteAvatar de simonw

    simonw/csvs-to-sqlite

    932Voir sur GitHub↗

    Convert CSV files into a SQLite database. Browse and publish that SQLite database with Datasette.

    Convert CSV to SQLite.

    Python
    Voir sur GitHub↗932
  • upgini/upginiAvatar de upgini

    upgini/upgini

    351Voir sur GitHub↗

    Data search & enrichment library for Machine Learning → Easily find and add relevant features to your ML & AI pipeline from hundreds of public and premium external data sources, including open & commercial LLMs

    Data search and enrichment for ML.

    Python
    Voir sur GitHub↗351
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Loading Extraction