Skip to content

User-facing constructor for TaggedTable #293

@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 TaggedTable work like the __init__ of Row. Replace current internal calls to the constructor with calls to TaggedTable._from_pandas_dataframe or TaggedTable.from_table (which has to be tested and added).

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