v4.1.0
Changes from v4.0.0:
- Add
grouped
option fortable.objects()
method to export nested data. (thanks @lsh!) - Add
shuffle
option for thesample()
verb. All sampled tables are now shuffled by default. - Add
op.parse_json
andop.to_json
functions for wrangling JSON string data. - Add
op.map_agg
andop.entries_agg
aggregate functions, similar to the existingop.object_agg
. - Add
columns
option fortable.objects
andtable.print
output. - Update
table.get(column, row)
to default to row index0
ifrow
is unspecified. - Update aggregate value collector to avoid unnecessary array copies.
- Fix table expression code generation for computed object keys (
{['a'+'b']: 'c'}
). - Fix
aq.table()
bug withMap
input.