awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCSV Record Manipulators

Row-level operations for concatenating, splitting, and padding delimited data records.

Distinct from CSV Processing: Candidates focus on map data structures or serialization; this targets row-level structural changes to CSVs.

Explore 2 awesome GitHub repositories matching data & databases · CSV Record Manipulators. Refine with filters or upvote what's useful.

Awesome CSV Record Manipulators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • burntsushi/xsvAvatar von BurntSushi

    BurntSushi/xsv

    10,750Auf GitHub ansehen↗

    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

    Provides operations for concatenating, splitting, reversing, or padding CSV records.

    Rust
    Auf GitHub ansehen↗10,750
  • wireservice/csvkitAvatar von wireservice

    wireservice/csvkit

    6,390Auf GitHub ansehen↗

    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

    Sorts rows in CSV files by column values from the command line.

    Python
    Auf GitHub ansehen↗6,390
  1. Home
  2. Data & Databases
  3. CSV Record Manipulators

Unter-Tags erkunden

  • CSV Row SortersRearranges the rows of a CSV file in ascending or descending order based on column values. **Distinct from CSV Record Manipulators:** Distinct from CSV Record Manipulators: focuses on sorting, not concatenation or padding.