> ## 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.

# Row

> <a href="https://github.com/pixeltable/pixeltable/blob/main/pixeltable/_query.py#L191" id="viewSource" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/View%20Source%20on%20Github-blue?logo=github&labelColor=gray" alt="View Source on GitHub" style={{ display: 'inline', margin: '0px' }} noZoom /></a>

# <span style={{ 'color': 'gray' }}>class</span>  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.
