All Versions
15
Latest Version
Avg Release Cycle
56 days
Latest Release
1493 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.22.0.rc1 Changes
November 02, 2020- π csvtk v0.22.0
-
v0.21.0 Changes
October 30, 2020π Changes
- π csvtk v0.21.0
- new command:
csvtk nrow/ncol
for printing number of rows or columns. - new command:
round
to round float to n decimal places. #112 csvtk headers
: file name and column index is optional outputted with new flag-v/--verbose
.csvtk dim
: new flags--tabluar
,--cols
,--rows
,-n/--no-files
.csvtk dim/ncol/nrow
: can handle empty files now. #108csvtk csv2json
#104:- new flag
-b/--blank
: do not convert "", "na", "n/a", "none", "null", "." to null - new flag
-n/--parse-num
: parse numeric values for nth column(s), multiple values are supported and "a"/"all" for all columns. csvtk xlsx2csv
: fix output for ragged table. #110csvtk join
: fix bug for joining >2 files.csvtk uniq
: new flag-n/--keep-n
for keeping first N records of every key.csvtk cut
: support repeatedly selecting columns. #106
- new command:
π Links:
_ Tips _
- β‘οΈ run
csvtk version
to check update !!! - β‘οΈ run
csvtk genautocomplete
to update Bash completion !!!
OS Arch File, δΈε½ιε Download Count π§ Linux 32-bit csvtk_linux_386.tar.gz, δΈε½ιε Linux 64-bit csvtk_linux_amd64.tar.gz, δΈε½ιε OS X 64-bit csvtk_darwin_amd64.tar.gz, δΈε½ιε π Windows 32-bit csvtk_windows_386.exe.tar.gz, δΈε½ιε Windows 64-bit csvtk_windows_amd64.exe.tar.gz, δΈε½ιε - π csvtk v0.21.0
-
v0.21.0.rc1 Changes
October 19, 2020- π csvtk v0.21.0
- new command:
csvtk nrow/ncol
for printing number of rows or columns. - new command:
round
to round float to n decimal places. #112 csvtk headers
: new flag-v/--verbose
.csvtk dim
: new flags--tabluar
,--cols
,--rows
,-n/--no-files
.csvtk dim/ncol/nrow
: can handle empty files now. #108csvtk csv2json
#104:- new flag
-b/--blank
: do not convert "", "na", "n/a", "none", "null", "." to null - new flag
-n/--parse-num
: parse numeric values for nth column(s), multiple values are supported and "a"/"all" for all columns. csvtk xlsx2csv
: fix output for ragged table. #110csvtk join
: fix bug for joining >2 files.csvtk freq
: new flag-n/--keep-n
for keeping first N records of every key.
- new command:
- π csvtk v0.21.0
-
v0.20.0 Changes
April 21, 2020π Changes
- π csvtk v0.20.0
- new command
csvtk comb
: compute combinations of items at every row. - new command
csvtk sep
: separate column into multiple columns. #96 csvtk
:- list lines' number of illegal (
-I
) and empty (-E
) rows. #97 - new flag
--infile-list
for giving file of input files list (one file per line), if given, they are appended to files from cli arguments csvtk join
:- reenable flag
-i/--ignore-case
. #99 - outer join is supported. #23
- new flag
-L/--left-join
: left join, equals to -k/--keep-unmatched, exclusive with--outer-join
- new flag
-O/--outer-join
: outer join, exclusive with --left-join - rename flag
--fill
to--na
. csvtk filter2
: fix bug when column names start with digits, e.g.,1000g2015aug
. Thank @VorontsovIE (#44)csvtk concat
: allow one input file. #98csvtk mutate
: new flag-R/--remove
for removing input column.
- new command
- π csvtk v0.20.0
-
v0.20.0-dev Changes
April 15, 2020- π csvtk v0.20.0
- new command
csvtk comb
: compute combinations of items at every row. - new command
csvtk sep
: separate column into multiple columns. #96 csvtk
: list lines' number of illegal (-I
) and empty (-E
) rows. #97csvtk filter2
: fix bug when column names start with digits, e.g.,1000g2015aug
. Thank @VorontsovIE (#44)csvtk concat
: allow one input file. #98csvtk join
: reenable flag-i/--ignore-case
. #99csvtk mutate
: new flag-R/--remove
for removing input column.
- new command
- π csvtk v0.20.0
-
v0.19.1 Changes
October 17, 2019π Changes
- π csvtk v0.19.1
csvtk
:- fix checking file existence.
- show friendly error message when giving empty field like
csvtk cut -f a, b
. csvtk summary
: fix err of q1 and q3. #90csvtk version
: making checking update optional.
π Links:
_ Tips _
- β‘οΈ run
csvtk version
to check update !!! - β‘οΈ run
csvtk genautocomplete
to update Bash completion !!!
OS Arch File, δΈε½ιε Download Count π§ Linux 32-bit csvtk_linux_386.tar.gz, δΈε½ιε Linux 64-bit csvtk_linux_amd64.tar.gz, δΈε½ιε OS X 32-bit csvtk_darwin_386.tar.gz, δΈε½ιε OS X 64-bit csvtk_darwin_amd64.tar.gz, δΈε½ιε π Windows 32-bit csvtk_windows_386.exe.tar.gz, δΈε½ιε Windows 64-bit csvtk_windows_amd64.exe.tar.gz, δΈε½ιε - π csvtk v0.19.1
-
v0.19.1-dev
October 10, 2019 -
v0.19.0 Changes
September 24, 2019π Changes
- π csvtk v0.19.0
- new commands by @bsipos:
watch
: online monitoring and histogram of selected field.corr
: calculate Pearson correlation between numeric columns.cat
: stream file and report progress.csvtk split
: fix bug of repeatedly output header line when number of output files exceed value of--buf-groups
. #83csvtk plot hist
: new option--percentiles
to add percentiles to histogram x label. #88
- π csvtk v0.19.0
-
v0.18.2 Changes
June 06, 2019π Changes
- π csvtk v0.18.2
csvtk replace/rename2/splitxlsx
: fix flag conflicts with global flag-I
since v0.18.0.csvtk replace/rename2
: removing shorthand flag-I
for--key-capt-idx
.csvtk splitxlsx
: changing shorthand flag of--sheet-index
from-I
to-N
.
- π csvtk v0.18.2
-
v0.18.1 Changes
May 31, 2019π Changes
- π csvtk v0.18.1