Skip to content

User-facing constructor for Table #266

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

It's not possible to "hide" the __init__ method from users via naming conventions. Moreover, it's the default place users go to instantiate a class. Because of this, it should be usable and not reveal internals.

Desired solution

Make the __init__ of Table work like the __init__ of Row. Replace current internal calls to the constructor with calls to Table._from_pandas_dataframe.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

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