MyGit

0.127.0

jqnatividad/qsv

版本发布时间: 2024-04-25 17:53:49

jqnatividad/qsv最新发布版本:0.134.0(2024-09-10 20:11:27)

📊 Enhanced Frequency Analysis 📊

This a quick release adding several frequency enhancements for more detailed frequency analysis. The frequency command now includes a percentage column, calculates other values, and supports limiting unique counts and negative limits. These options provides additional context for Datapusher+, qsv-pro and describegpt so their metadata inferences are more accurate and comprehensive.

Previously, for a 775-row CSV file containing one column named state with entries for all 50 states, frequency only showed[^1]:

qsv frequency freq_state_example.csv | qsv table
field  value  count
state  NY     100
state  NJ     70
state  CA     60
state  MA     55
state  FL     45
state  TX     43
state  NM     40
state  AZ     39
state  NV     38
state  MI     35

Now, there's a new percentage column and other values calculation, both of which have configurable options:

qsv frequency freq_state_example.csv | qsv table
field  value       count  percentage
state  NY          100    12.90323
state  NJ          70     9.03226
state  CA          60     7.74194
state  MA          55     7.09677
state  FL          45     5.80645
state  TX          43     5.54839
state  NM          40     5.16129
state  AZ          39     5.03226
state  NV          38     4.90323
state  MI          35     4.51613
state  Other (40)  250    32.25806

This release is also out of cycle to address a big performance regression in the excel command caused by unnecessary formula info retrieval for the --error-format option introduced in 0.126.0. This has been fixed, and the excel command is now back to its speedy self.


Added

Changed

Fixed

Full Changelog: https://github.com/jqnatividad/qsv/compare/0.126.0...0.127.0

[^1]: with its default --limit setting of 10 only show the top 10 unique values in the column, sorted by occurence

相关地址:原始地址 下载(tar) 下载(zip)

1、 qsv-0.127.0-aarch64-apple-darwin.zip 123.73MB

2、 qsv-0.127.0-aarch64-unknown-linux-gnu.zip 14.83MB

3、 qsv-0.127.0-geocode-index.bincode 14.23MB

4、 qsv-0.127.0-geocode-index.bincode.cities15000 14.23MB

5、 qsv-0.127.0-geocode-index.bincode.cities15000.sz 5.63MB

6、 qsv-0.127.0-i686-pc-windows-msvc.zip 14.3MB

7、 qsv-0.127.0-i686-unknown-linux-gnu.zip 15.32MB

8、 qsv-0.127.0-x86_64-apple-darwin.zip 73.38MB

9、 qsv-0.127.0-x86_64-pc-windows-gnu.zip 32.05MB

10、 qsv-0.127.0-x86_64-pc-windows-msvc.zip 73.56MB

11、 qsv-0.127.0-x86_64-unknown-linux-gnu.zip 131.16MB

12、 qsv-0.127.0-x86_64-unknown-linux-musl.zip 58.72MB

13、 qsv-0.127.0.msi 33.18MB

查看:2024-04-25发行的版本