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

Aggregations #44

Closed dcmoura closed 2 years ago

dcmoura commented 3 years ago

Basic implementation of the group by clause using in-memory data structures and aggregation functions.