Computing aggregates on dataframes

I'm not sure if Retool is capable of doing that but is there any way of doing aggregations on dataset columns. For instance, say I have a dataset and I want to compute % of nulls, unique count, max/min, and etc. for each column. Anyone knows how to accomplish this goal?

Hi mzamir, if the dataset is reasonably small, you can load the whole dataset in a JS query and do the computation through JavaScript. You can also do it on the server side if your server supports it.

1 Like