-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
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):Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done