csvtk v0.16.0 Release Notes

Release Date: 2018-12-24 // over 5 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿš€ csvtk v0.16.0
      ๐Ÿš€ Github Releases (by Release)
      • new command: csvtk csv2json: convert CSV to JSON format.
      • remove comand: csvtk stats2.
      • new command csvtk summary: summary statistics of selected digital fields (groupby group fields), usage and examples. #59
      • csvtk replace: add flag --nr-width: minimum width for {nr} in flag -r/--replacement. e.g., formating "1" to "001" by --nr-width 3 (default 1)
      • csvtk rename2/replace: add flag -A, --kv-file-all-left-columns-as-value, for treating all columns except 1th one as value for kv-file with more than 2 columns. #56