Skip to content

Make schema parameter of Rows optional #15

@Gerhardsa0

Description

@Gerhardsa0

Is your feature request related to a problem? Please describe

We always need to call the Row constructor with a TableSchema object, this can be annoying and could lead to mistakes. It would be great if we would just have one Parameter Iterable.

Desired solution

Make the TableSchema Parameter optional and create the TableSchema implicit.

Possible alternatives (optional)

We also have done that in the table class.

Screenshots (optional)

def __init__(self, data: typing.Iterable, schema: TableSchema):

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions