Victor Tao

Results 31 comments of Victor Tao

I had similar issues working with messy data and flaky processing steps. I implemented a try map pipe that extends the map pipe to skip samples that raise exceptions. ```...