Skip to content

Support nested types #21

@dunwoj-hlevel

Description

@dunwoj-hlevel

It would be great if we could do something like this

class Inner(PyArrowSchema):
    a: int
    b: str
    c: float
    d: bool


class Outer(PyArrowSchema):
    num: int
    inner: Inner
    inner_list: pa.list_(pa.struct(Inner.schema()))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions