Changes
- csvtk v0.34.0
- new command
csvtk plot bar
. Contributed by @lovromazgon #323 csvtk
:- fix panic when the first field is empty, e.g.,
-f ,2,3
.
- fix panic when the first field is empty, e.g.,
csvtk cut
:csvtk plot box
:- fix
--horiz
does not swap axes labels. #314
- fix
csvtk plot line
:- add a new flag
--data-field-x-nominal
to plot line with sortable nominal X axis values, such as date.
#308 by @lovromazgon
- add a new flag
csvtk plot
:- add two new flags
--hide-x-labs
and--hide-y-labs
, for hiding X/Y axis, ticks, and tick labels. #326
- add two new flags
csvtk fix
:- add a new flag
--na
to set content to fill. #316
- add a new flag
csvtk replace
:- add new replacements symbol/placeholder for group-specific numbering:
{gnr}
,{enr}
,{rnr}
. #322
- add new replacements symbol/placeholder for group-specific numbering:
csvtk sort
:- add support for sorting by date/time. #278
- new command
Notes
- run
csvtk version
to check update !!! - run
csvtk genautocomplete
to update Bash completion !!!