Swiss Army csv: command-line tools to manipulate csv-formatted data
Project description
sacsv: Swiss Army csv
This Python package provides an assortment of command-line tools to manipulate csv-formatted data. The tools are:
csv2jsonl: converts csv input into jsonlinescsvaddrandom: adds a column with a random numbercsvadduniqueid: adds a column with a unique record identifiercsvaggregate: applies an arbitrary Python function to every value of a column, possibly within groupscsvappend: appends two or more csv filescsvdropdups: drops duplicate recordscsvfindsortkey: attempts to find the column that the input is sorted bycsvkeepmax: keeps the record that has the maximum value in a columncsvleftjoin: merges two csv filescsvop: applies an arbitrary Python function to every record and saves the return value in a new columncsvparallel: parallelizes arbitrary commands that read a csv input and write a csv outputcsvrename: changes the name of a columncsvreorder: changes the order of columnscsvsed: applies a substitution rule, using regular expressions, to every value of a columncsvsort: sorts the inputcsvtranspose: transposes the inputfw2csv: converts fixed-width input, potentially with multi-line records, into csvlongcsv2wide: converts the input from long to wide formwidecsv2long: converts the input from wide to long form
Each tool's help message contains brief examples that demonstrate usage.
For example, csvop:
Installation
To install this package using uv, type
uv tool install sacsv
or using pip,
pip install git+https://github.com/gn0/sacsv
or, alternatively,
git clone https://github.com/gn0/sacsv
pip install ./sacsv
Author
Gabor Nyeki. Contact information is on http://www.gabornyeki.com/.
License
This package is licensed under the Creative Commons Attribution 4.0 International License: http://creativecommons.org/licenses/by/4.0/.
The picture at the top of this README is based on Andrew Toskin's 2014 photo which is distributed under CC BY-SA 4.0.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sacsv-1.6.1.tar.gz.
File metadata
- Download URL: sacsv-1.6.1.tar.gz
- Upload date:
- Size: 14.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b48bee307895843d473f9b760bf07e3d93ac21e2b05dc46ca86396dd7f3467c
|
|
| MD5 |
63511860131158266ff0a7cdad58f9bf
|
|
| BLAKE2b-256 |
3ae2b8af5d3dc9739cde217b32705e7553fc1e46706252bc3143f448cefb3de7
|
File details
Details for the file sacsv-1.6.1-py3-none-any.whl.
File metadata
- Download URL: sacsv-1.6.1-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e77cfcfec3ac0e152e9d146f5744c9c851782c226f9be3e93bc00a5f6604a00e
|
|
| MD5 |
a05c4b2b4014682fe81db9c9a5ba5e13
|
|
| BLAKE2b-256 |
2002c776e55fbab89ea50d2b393aa1aea5bc0a9b6a9b56affb9a938850abf231
|