-
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?
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done