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
All the aggregations are present except avg aggregation -created a pull request and made the modifications.
Also can you suggest a way to do select columns from a particular dataset and also after the aggregation the column names are coming as columnname_aggregationname - is there any way to give a name to the aggregated column directly instead of going about modifying the output dataset?
Thanks.