The Table cell displays data from either a dataframe or a table in your connected warehouse.
How to Use
- Select a Source – Choose a dataframe from your notebook or a table from your warehouse.
- The table will render immediately, showing rows and columns from your selection.
Interacting with the Table
- Column Header Actions:
- Filter rows by value or condition.
- Sort ascending or descending.
- Color Cells based on values.
- Column-Level Aggregations:
SUM
COUNT
AVG
- Other common aggregate functions.
Performance & Caching
- On the first run, Livedocs caches the result in memory.
- Subsequent runs (without changes) are served from cache instantly.
- To force a refresh, click the dropdown on the Run button → Run without cache.
Tip: Table cells are great for quick previews and interactive filtering without writing additional SQL or Python code.