Skip to content

Release 1.0.10

Compare
Choose a tag to compare
@ivbeg ivbeg released this 29 Jan 17:10
· 35 commits to master since this release
  • Added encoding and delimiter detection for commands: uniq, select, frequency and headers. Completely rewrote these functions. If options for encoding and delimiter set, they override detected. If not set, detected delimiter and encoding used.
  • Added support of .parquet files to convert to. It's done in a simpliest way using pandas "to_parquet" function.
  • Added support for CSV and BSON files for "stats" command