csvtk v0.19.0 Release Notes

Release Date: 2019-09-24 // over 4 years ago
  • ๐Ÿ”„ 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