-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: __repr__ method to Schema, Row, Column, SupervisedDataset & Tab…
…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]>
- Loading branch information
1 parent
665686d
commit 2c32eed
Showing
17 changed files
with
1,282 additions
and
618 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.