evaluate icon indicating copy to clipboard operation
evaluate copied to clipboard

`DatasetColumn` and `DatasetColumnPair` should have `__repr__()` methods defined

Open boyleconnor opened this issue 1 year ago • 0 comments

Currently, if you try to print a DatasetColumnPair (say, for debugging purposes), it will just show an empty list. This causes all kind of issues with automatically raised exceptions, etc.

boyleconnor avatar Feb 06 '24 00:02 boyleconnor