awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to archiecobbs/csvprintf

Open-source alternatives to Csvprintf

23 open-source projects similar to archiecobbs/csvprintf, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Csvprintf alternative.

  • alecthomas/pawkA

    alecthomas/pawk

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • burntsushi/xsvBurntSushi 的头像

    BurntSushi/xsv

    10,750在 GitHub 上查看↗

    xsv is a suite of high-performance command-line utilities written in Rust for the analysis, manipulation, and statistical processing of large delimited datasets. It provides a toolkit for processing comma-separated value files through a command line interface. The project provides capabilities for statistical analysis, including the computation of column statistics, value frequencies, and descriptive metrics. It also includes data manipulation utilities for joining, slicing, sampling, and reformatting records. The toolkit covers a broad range of data operations including column selection, da

    Rust
    在 GitHub 上查看↗10,750
  • codechenx/tvC

    codechenx/tv

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • daq-tools/skeemD

    daq-tools/skeem

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dbohdan/csv2htmlD

    dbohdan/csv2html

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ebay/tsv-utilseBay 的头像

    eBay/tsv-utils

    1,479在 GitHub 上查看↗

    This is a set of command line utilities for manipulating large tabular data files. Files of numeric and text data commonly found in machine learning and data mining environments. Filtering, sampling, statistics, joins, and more.

    D
    在 GitHub 上查看↗1,479

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • faradayio/scrubcsvF

    faradayio/scrubcsv

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • greymd/teipG

    greymd/teip

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jheusser/csvfixJ

    jheusser/csvfix

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • johnkerl/millerjohnkerl 的头像

    johnkerl/miller

    9,911在 GitHub 上查看↗

    Miller is a command-line data processor used for filtering, transforming, and aggregating name-indexed tabular data. It functions as a tool for querying and reshaping records across multiple file formats, serving as a converter between CSV, JSON, and YAML. The tool distinguishes itself by using a name-indexed data model, allowing users to manipulate fields by name rather than numeric position. It utilizes single-pass streaming algorithms to compute statistics and summaries on large datasets that exceed available system memory. Its capabilities cover data transformation and analysis, includin

    Gocommand-linecommand-line-toolscsv
    在 GitHub 上查看↗9,911
  • jqnatividad/qsvJ

    jqnatividad/qsv

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • liquidaty/zsvliquidaty 的头像

    liquidaty/zsv

    390在 GitHub 上查看↗

    zsv+lib: tabular data swiss-army knife CLI world's fastest (simd) CSV parser

    C
    在 GitHub 上查看↗390
  • medialab/xanmedialab 的头像

    medialab/xan

    3,752在 GitHub 上查看↗

    Xan is a command-line tool and data transformation engine for processing CSV, TSV, and JSONL datasets. It functions as a processor for compressed files, enabling random access and seeking within gzipped and Zstd files, and serves as a converter for specialized bioinformatics data formats. The tool handles large datasets without requiring full memory loads by utilizing stream-based processing. It provides capabilities for merging, sorting, and deduplicating massive files, as well as converting data between various tabular formats. The project covers a broad range of data wrangling and analysi

    Rustclicsvrust
    在 GitHub 上查看↗3,752
  • mslusarz/csv-nix-toolsM

    mslusarz/csv-nix-tools

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • nushell/nushellnushell 的头像

    nushell/nushell

    39,743在 GitHub 上查看↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Rustnushellrustshell
    在 GitHub 上查看↗39,743
  • nysol/mcmdN

    nysol/mcmd

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • pereorga/csvfakerP

    pereorga/csvfaker

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • pstaender/csv2mdP

    pstaender/csv2md

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • shenwei356/csvtkshenwei356 的头像

    shenwei356/csvtk

    1,161在 GitHub 上查看↗

    A cross-platform, efficient and practical CSV/TSV toolkit in Golang

    Go
    在 GitHub 上查看↗1,161
  • turicas/rowsT

    turicas/rows

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • vividvilla/csvtotablevividvilla 的头像

    vividvilla/csvtotable

    1,172在 GitHub 上查看↗

    Simple command-line utility to convert CSV files to searchable and sortable HTML table.

    Python
    在 GitHub 上查看↗1,172
  • wireservice/csvkitwireservice 的头像

    wireservice/csvkit

    6,390在 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

    Python
    在 GitHub 上查看↗6,390
  • wizardmac/readstatW

    WizardMac/ReadStat

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0