collections

Interactions with collections, items, and data tables

Functions

pydelfini.collections.pyarrow_schema_from_json_schema(js)[source]

Build a PyArrow schema from a JSON schema.

Parameters:

js (dict[str, Any]) – JSON schema as dict

Return type:

Schema

Classes

DelfiniCollection

Represents a collection on a Delfini instance.

DelfiniFolder

Represents a folder within a collection.

DelfiniItem

Represents an item within a collection.

FolderMixin

Folder interaction methods as a mixin class.