Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fmind/tsvtools
- Owner: fmind
- License: other
- Created: 2019-03-13T17:50:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T12:44:15.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T00:28:43.958Z (3 months ago)
- Topics: clojure, file, operations, tab, tsv
- Language: Clojure
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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