Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fmind/tsvtools

A set of tools to manipulate tab separated files in Clojure
https://github.com/fmind/tsvtools

clojure file operations tab tsv

Last synced: 27 days ago
JSON representation

A set of tools to manipulate tab separated files in Clojure

Awesome Lists containing this project

README

        

# tsvtools

A set of tools to manipulate tab separated files in Clojure.

- __tsvcoord__: encode a jsonlines file with records to file with coordinates
- __tsvdescribe__: compute descriptive statistics on categorical values
- __tsvfold__: regroup consecutive 2-fields lines based on an ordered index
- __tsvmap__: transform fields from a file with custom functions
- __tsvreplace__: replace values using a mapping from a json file