ben-da6

Results 4 comments of ben-da6

It would be useful if there were options to read a subset of column from the python side and at the lower level `open_file` api. Eg if we could do...

The problem in the `restarting` property is `self._iteration_based_training()` is False

Also since this has appeared twice now, and its the sort of bug which is hard to track down could we add a test like my example?

I think I have also just come across this bug, here is my MRE ``` onnx == 1.17.0 onnxruntime == 1.18.0 ``` ```python import io import numpy as np import...