Table

Display and interact with data from dataframes and warehouse tables with filtering and sorting

The Table cell displays data from either a dataframe or a table in your connected warehouse.


How to Use

  1. Select a Source – Choose a dataframe from your notebook or a table from your warehouse.
  2. 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.