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