You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider how best to optimize @apply for grouped data. Ideally, the macro should keep track of anything that happens during the grouping and only select the columns that are used.
Think about
summarize
groupby
etc... Is there need for macros?Pipeline when using functions from
IndexedTables
that don't take data as first argument?Docstrings
support distributed tables?
allow escaping symbols
_
to refer to table inside@with
Make all macros compatible with table of tables (better to wait for table of tables proper support in JuliaDB)
begin end
syntax to make multiple transformations in a rowThe text was updated successfully, but these errors were encountered: