Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
12 lines
531 B
Plaintext
12 lines
531 B
Plaintext
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.
|