Skip to content

0.107.0

Compare
Choose a tag to compare
@jqnatividad jqnatividad released this 15 Jun 00:55
· 3136 commits to master since this release
d2b55fc

We continue to improve the new sqlp command. It now supports SQL scripts and additional options to fine-tune Polars CSV parsing and formatting behavior.

We also added an _all_generic special value for the rename command which allows you to rename all columns in a CSV with generic names (e.g. _col_1, _col_2, _col_N). This was done to make it easier to prepare CSVs with no headers for use with sqlp.

This release also features a Windows MSI installer. This is a big step forward for qsv and we hope to make it easier for Windows users to install and use qsv. Thanks @minhajuddin2510 for all the work on pulling this together!

Added

  • sqlp: added script support #1037
  • sqlp: added CSV format options #1048
  • rename: add "_all_generic" special value for headers #1031

Changed

Fixed

New Contributors

Full Changelog: 0.106.0...0.107.0