tapas icon indicating copy to clipboard operation
tapas copied to clipboard

Results 42 tapas issues
Sort by recently updated
recently updated
newest added

Currently, `Dataset` objects come with `read` and `write` methods which take a filepath as an argument. However, in order to pass `Dataset`s to, or read from, an eternal user-supplied executable,...

enhancement

A TabularRow class for a target record. Attributes: - data - id - data description? Methods: - `get_id(self, TabularDataset)` - maybe `__radd__` (not needed if `TabularRow` inherits from `TabularDataset`) Other:...

Specifically, much of the functionality in `utils/data.py` might better live in the `DataDescription` class.

We would like to be able to run an arbitrary generator as an external program This issue is to get the "trivial" generator working

enhancement

In particular, for `finite/ordered` and `countable/ordered` types, should allow order comparison

Allow specification of a column as an identifier, either at dataset loading, or when retrieving/replacing records.