Tables
A frame can contain a table of data. Tables usually are read from the get_query or get_api function.
Tables are expected to have at least one column named 'Time'. This is usually the first column of the table.
Layers
You can use several layers on tables - the following are the most common…
timeframes - Converts a table to timeframes using a rule or column value.
filter - Filters out rows that either meet or don't meet the given criteria.
summarisevalues - Capture summaries (such as max, min, avg, total or rates) from the values in the table
flatten - Capture values from the table (such as the first or last row) and then delete the table.