If you CSV is simple, as in does not have multi-line values in columns, \n
in line ending — then you can create your own wrapper around io.Reader that
counts number of \n before returning to caller []bytes.
-- Nikolay
On Friday, April 9, 2021 at 1:50:10 AM UTC+8 peterGo wrote:
> Dan,
>
> For G
Maybe you would need to tag or cc maintainers of that module.
If this not not implemented, looks like you would be a great person to
submit fix/improvement since you directly work with this. If it takes too
long to accept your PR, might be reasonable as a last resort to make a
fork, if you are
I would expected to see at these two things:
1. That most of the serious solutions in "Python" are actually wrappers for
highly optimized machinery in C/C++. If you look at just basic ML stack:
Pytorch, Tensorflow, OpenCV, numpy, scipy, XGBoost, so on. all is in C/C++
with wrapper in Python.
2.