Documentation Index
Fetch the complete documentation index at: https://docs.pixeltable.com/llms.txt
Use this file to discover all available pages before exploring further.
class pixeltable.Row
A dict-like wrapper over a single result row. Supports key access (row['col']), membership ('col' in row),
iteration over keys, and the standard get, keys, values,
and items methods.