class example.MyTable(table: Table, **kwargs: int | float | str)
y

Documented y field

z

this one is documented on multiple lines and has an admonition

Warning

Do not use

class example.Pair(table: Table, **kwargs: int | float | str)

Pair o’ values

pairwise_sum() DoubleArray

Add the pairwise x and y values

class example.MyTable(table: Table, **kwargs: int | float | str)
schema: ClassVar[pa.Schema]
Schema

Column

Type

Doc

x

float64

y

int64

Documented y field

z

list<item: int32>

this one is documented on multiple lines and has an admonition

Warning

Do not use

pairs

Pair

automod based:

class example.MyTable(table: Table, **kwargs: int | float | str)
schema: ClassVar[pa.Schema]
Schema

Column

Type

Doc

x

float64

y

int64

Documented y field

z

list<item: int32>

this one is documented on multiple lines and has an admonition

Warning

Do not use

pairs

Pair

class example.Pair(table: Table, **kwargs: int | float | str)

Pair o’ values

pairwise_sum() DoubleArray

Add the pairwise x and y values

schema: ClassVar[pa.Schema]
Schema

Column

Type

Doc

x

float64

y

float64

Scalar Attributes

Attribute

Type

label

str