alan-turing-institute / CleverCSV

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
https://clevercsv.readthedocs.io
MIT License
1.24k stars 70 forks source link

allow more rows to be checked #98

Closed tooptoop4 closed 9 months ago

tooptoop4 commented 1 year ago

https://github.com/alan-turing-institute/CleverCSV/blob/v0.8.0/clevercsv/detect.py#L92-L93