class pixeltable.RowBatch
A sequence ofRow instances that share a common schema.
Supports indexing (batch[0]), iteration, len().
method to_json()
Signature
Row.to_json()).Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Row instances that share a common schema.
Supports indexing (batch[0]), iteration, len().
to_json() -> list[dict[str, Any]]
Row.to_json()).Was this page helpful?