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.