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

simonw/csvs-to-sqlite

0
View on GitHub↗
932 estrellas·66 forks·Python·Apache-2.0·2 vistas

Csvs To Sqlite

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

Features

  • Data Loading Extraction - Convert CSV to SQLite.
  • Text-to-SQLite - Listed in the “Text-to-SQLite” section of the Awesome Sqlite awesome list.

Historial de estrellas

Gráfico del historial de estrellas de simonw/csvs-to-sqliteGráfico del historial de estrellas de simonw/csvs-to-sqlite

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 Csvs To Sqlite

Proyectos open-source similares, clasificados según cuántas características comparten con Csvs To Sqlite.
  • borb-pdf/borbB

    borb-pdf/borb

    0Ver en GitHub↗
    Ver en GitHub↗0
  • camelot-dev/camelotAvatar de camelot-dev

    camelot-dev/camelot

    3,764Ver en 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

    Python
    Ver en GitHub↗3,764
  • camelot-dev/excaliburAvatar de camelot-dev

    camelot-dev/excalibur

    1,790Ver en GitHub↗
    Pythonextractfor-humanspdf
    Ver en GitHub↗1,790
  • ahupp/python-magicAvatar de ahupp

    ahupp/python-magic

    2,886Ver en 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

    Python
    Ver en GitHub↗2,886
Ver las 26 alternativas a Csvs To Sqlite→

Preguntas frecuentes

¿Qué hace simonw/csvs-to-sqlite?

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

¿Cuáles son las características principales de simonw/csvs-to-sqlite?

Las características principales de simonw/csvs-to-sqlite son: Data Loading Extraction, Text-to-SQLite.

¿Qué alternativas de código abierto existen para simonw/csvs-to-sqlite?

Las alternativas de código abierto para simonw/csvs-to-sqlite incluyen: borb-pdf/borb. camelot-dev/camelot — Camelot is a Python library and processing engine designed to extract tabular data from PDF documents. It converts… camelot-dev/excalibur. deanmalmgren/textract — Textract is a multi-format text extraction tool and parser. It provides a unified interface to extract plain text from… frictionlessdata/tabulator-py. ahupp/python-magic — python-magic is a C-binding wrapper that provides a Python interface for the libmagic system library. It functions as…