dcmoura / spyql

Query data on the command line with SQL-like SELECTs powered by Python expressions
https://spyql.readthedocs.io
MIT License
918 stars 25 forks source link

feat: add * operator EXCEPT modifier #66

Closed recharte closed 1 year ago

recharte commented 2 years ago

Adds the * operator EXCEPT modifier where one can specify the names of one or more columns to exclude from the result. All matching column names are omitted from the output.

codecov[bot] commented 2 years ago

Codecov Report

Merging #66 (cbecdda) into master (c379afa) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   95.91%   95.97%   +0.06%     
==========================================
  Files          10       10              
  Lines        1076     1094      +18     
==========================================
+ Hits         1032     1050      +18     
  Misses         44       44              
Impacted Files Coverage Δ
spyql/cli.py 99.00% <100.00%> (+0.02%) :arrow_up:
spyql/processor.py 96.60% <100.00%> (+0.15%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c379afa...cbecdda. Read the comment docs.