{"library":"clevercsv","type":"library","category":null,"description":"CleverCSV is a Python package designed for robustly handling messy CSV files. It provides a drop-in replacement for the standard Python `csv` module, enhancing dialect detection capabilities to accurately parse files that often cause issues. It also includes a command-line interface for tasks like standardization and code generation. The library maintains an active development status, with several minor releases typically occurring each year.","language":"python","status":"active","version":"0.8.4","tags":["csv","data-parsing","dialect-detection","data-wrangling","file-io"],"last_verified":"Sat May 23","install":[{"cmd":"pip install clevercsv","imports":["import clevercsv","import clevercsv\nreader = clevercsv.reader(file, dialect)","import clevercsv\ntable = clevercsv.read_table('my_file.csv')","import clevercsv\ndf = clevercsv.read_dataframe('my_file.csv')"]},{"cmd":"pip install clevercsv[full]","imports":[]}],"homepage":"https://clevercsv.riedel.dev","github":"https://github.com/alan-turing-institute/CleverCSV","docs":"https://clevercsv.readthedocs.io/en/latest/","changelog":"https://github.com/alan-turing-institute/CleverCSV/blob/master/CHANGELOG.md","pypi":"https://pypi.org/project/clevercsv/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":45,"avg_install_s":5.3,"avg_import_s":1.63,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/clevercsv/compatibility"}}