David Wood
David Wood
I am trying to return a python list of dictionaries to a java List of Maps. It seems I need to do conversion and I can get the proper operation...

I am doing the following (deep down in my main()) DoubleFFT_1D doubleFFT = new DoubleFFT_1D(dataInWindow.length); double[] resultsFFT = Arrays.copyOf(dataInWindow, dataInWindow.length); doubleFFT.realForward(resultsFFT); and when my main() returns it hangs for about...
[Bug] Notebook example not finding input files during ededup when file not directory is specified.
### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component Other ### What happened + What you expected to happen To be able...
### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component Other ### What happened + What you expected to happen Getting error messages...
### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component Other ### Feature The example notebook uses the directory `test-data` to hold both...
transforms/universal/tokenizer needs src/tokenizer_local.py to show how to use the transform outside of ray. See noop as an example.
### OS version Mac ### Python version Python 3.10.11 ### Pip version Pip 24.0 ### Guide link https://packaging.python.org/tutorials/packaging-projects ### Problem description I am getting a naming collision when trying to...
### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component CI/CD ### What happened + What you expected to happen We found a...
### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component Transforms/Other ### What happened + What you expected to happen Currently the transforms/universal/html2parquet...