Skip to content

csvtk v0.19.0

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 24 Sep 15:56
· 260 commits to master since this release

Changes

  • csvtk v0.19.0 Github Releases (by Release)
    • 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. #83
    • csvtk plot hist: new option --percentiles to add percentiles to histogram x label. #88