v0.5.2
TidierDB v0.5.2
- add support for unnesting content to
@mutate
/@filter
etc viacolumn[key]
syntax - adds
_by
support to@mutate
and@summarize
for grouping within the macro call. - adds
_frame
and_order
support to@mutate
to allow windowing directly within the macro call - adds support for
n()
in@mutate
db_table(db, name_or_path)
now supports.geoparquet
paths for DuckDB
Merged pull requests:
- Add
_by
for muate/summarize, add unnesting support (#87) (@drizk1) - add _frame, _order to mutate (#88) (@drizk1)
Closed issues: