jqnatividad / qsv

Blazing-fast Data-Wrangling toolkit
https://qsv.dathere.com
The Unlicense
2.52k stars 71 forks source link

fix: `get_stats_ records()` helper to handle input files with embedded spaces #2296

Closed jqnatividad closed 4 days ago

jqnatividad commented 4 days ago

so we don't inadvertently separate on embedded spaces in a file path.

Also removed the unnecessary saving of one thread as get_stats_records is not async

fixes #2294