Hacker News new | ask | show | jobs
by gazoduke 116 days ago
If I remember correctly CSV.jl also has something of the kind: https://csv.juliadata.org/stable/reading.html#CSV.Chunks

Used statistics are a bit different though.

1 comments

Isn't this more robust though? I feel like using lines to detect next rows is very flimsy. I usually deal with CSV containing full press articles, I am quite sure the CSV.Chunks method would fail without the correct hyperparameter. This method seems more, I dunno, "adaptative".