-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
__repr__
method to Schema, Row, Column, SupervisedDataset & Table; summary()
to Column & Table
#319
Labels
enhancement 💡
New feature or request
Comments
SmiteDeluxe
changed the title
Jan 13, 2023
__repr__
method to Schema, Row, Column & Table; info()
to Column & Table__repr__
method to Schema, Row, Column, SupervisedDataset & Table; info()
to Column & Table
Start um 15:52 |
GideonKoenig
changed the title
Jan 20, 2023
__repr__
method to Schema, Row, Column, SupervisedDataset & Table; info()
to Column & Table__repr__
method to Schema, Row, Column, SupervisedDataset & Table; summay()
to Column & Table
GideonKoenig
changed the title
Jan 20, 2023
__repr__
method to Schema, Row, Column, SupervisedDataset & Table; summay()
to Column & Table__repr__
method to Schema, Row, Column, SupervisedDataset & Table; summary()
to Column & Table
WinPlay02
added a commit
that referenced
this issue
Jan 27, 2023
…le; summary() to Column & Table (#333) Closes #319. ### Summary of Changes - Added `__str__()`, `__repr__()` and `_ipython_display_()` methods to the classes `Table`, `Column`, `Row`, `TableSchema`and `SupervisedDataset`. - Added the method `summary()` to the `Table` class - Changed the raised error in some of the ColumnStatistics methods from `TypeError` to `NonNumericColumnError` - Moved the methods `idness()` and `stability()` from the class `Column` to `ColumnStatistics` - Refactored the test accordingly ### Testing Instructions Create an instance of one of the mentioned classes and either call the print method on it or use the jupyter notebook interactive display method to visualize it in a prettier way. Co-authored-by: Marvin Walter <[email protected]> Co-authored-by: GideonKoenig <[email protected]> Co-authored-by: WinPlay02 <[email protected]> Co-authored-by: SmiteDeluxe <[email protected]> Co-authored-by: SmiteDeluxe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A
__repr__
method to Schema, Row, Column, SupervisedDataset & Table that shows the containing data (like it does for pandas natively) and the columnnames with their datatypes for Schema.Also an
summary()
method to Column & Table for statisstics/description.See #310 for Column summary.
See #299 for Schema.
See #303 for Table.
The text was updated successfully, but these errors were encountered: