====Tables==== A frame can contain a **table** of data. Tables usually are read from the [[get_query|get_query]] or [[get_api|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|timeframes]] - Converts a table to timeframes using a rule or column value. \\ [[filter|filter]] - Filters out rows that either meet or don't meet the given criteria. \\ [[summarisevalues|summarisevalues]] - Capture summaries (such as max, min, avg, total or rates) from the values in the table \\ [[flatten|flatten]] - Capture values from the table (such as the first or last row) and then delete the table. \\