David Wood

Results 57 comments of David Wood

Also, not sure how far behind dev this is. It's probably a good idea to merge with dev

Thanks for the submission. However, I don't understand your reproduction script. It does not seem to use any of the data-prep-kit library. Can you provide a set of CLI or...

This is available after 0.2.0 in TransformUtils.convert_arrow_to_binary()

```python from typing import Any import pyarrow as pa from pyarrow import Table from data_processing.transform import AbstractTableTransform from data_processing.transform.binary_pipeline import PipelinedBinaryTransform from data_processing.utils import TransformUtils class HelloTransform(AbstractTableTransform): """" Adds a...

> This is breaking cli I have not completed that part yet. This is still a Draft afterall :)

Start of formal design discussion, given recent interest in this requirement. The basic requirement is as follows then: 1. Ability to have a series of transforms called in sequence on...