aboutsummaryrefslogtreecommitdiff
path: root/science/csvtk/pkg-descr
blob: 795e0d616cb1fb71a5d6b55570202c70df1450f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
CSV/TSV formats are basic and ubiquitous file formats in both Bioinformatics
and data science.

People usually use spreadsheet software like MS Excel to process table data.
However this is all by clicking and typing, which is not automated and is
time-consuming to repeat, especially when you want to apply similar operations
with different datasets or purposes.

csvtk is convenient for rapid data investigation and also easy to integrate
into analysis pipelines. It could save you lots of time in (not) writing
Python/R scripts.