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.
PythonMIT
Issues
- 1
Wheels for Python 3.13
#139 opened by jodal - 3
reading single csv line which containing multiple lines in content malfunctioned
#125 opened by Dobiichi-Origami - 6
delimiter detection error
#58 opened by tooptoop4 - 1
Detection breaks on good file
#99 opened by hyperknot - 7
Tie Breaker Error
#134 opened by 0xSheller - 1
Python csv does a better job with escape characters and quotes than CleverCSV
#130 opened by seperman - 0
- 3
Add conveniant support for stdin
#117 opened by jbdesbas - 5
a standardize that fixes?
#119 opened by rkiddy - 1
Create a conda package
#120 opened by buhrmann - 0
Confidence score
#115 opened by alexandreczg - 1
Allow avoidance of Pandas dependency
#101 opened by sanmai-NL - 0
allow more rows to be checked
#98 opened by tooptoop4 - 1
- 2
Add a `clevercsv.standardize(...)` function that performs the actions of the `standardize` CLI call
#107 opened by DeflateAwning - 0
- 6
Please migrate away from setup.py
#76 opened by baldurmen - 4
0.7.5: pytest is failing in `tests/test_unit/test_encoding.py::EncodingTestCase::test_encoding_cchardet` unit
#85 opened by kloczek - 1
precedence for delimiter characters?
#69 opened by tooptoop4 - 2
- 1
Header Detection Error
#44 opened by ben-bitdotio - 5
0.7.4: pep517 build fails
#77 opened by kloczek - 1
cchardet is no longer maintained
#79 opened by fiendish - 9
Testsuite failure with Python 3.11
#74 opened by baldurmen - 1
can this detect the datatype (ie timestamp, int, double, string) of each column in csv?
#56 opened by tooptoop4 - 1
allowed delimiters?
#55 opened by tooptoop4 - 7
Date delimiter prevales on column delimiter
#52 opened by Mploki - 1
Please consider signing new tags
#50 opened by baldurmen - 4
Code generation UnicodeDecodeError
#47 opened by timeisflowing - 2
Built-in support for cChardet
#48 opened by cstork - 0
header detect error
#43 opened by hcheng2002cn - 4
delimiter error for json type data
#37 opened by hcheng2002cn - 1
Add support to release aarch64 wheels
#39 opened by odidev - 3
- 5
delimiter is not correct for some csv file
#35 opened by hcheng2002cn - 9
help for data type detection
#34 opened by hcheng2002cn - 2
Understanding the licensing
#33 opened by hyandell - 6
- 25
Make CleverCSV a pre-commit hook
#24 opened by lcnittl - 3
Unicode characters cause UnicodeEncodeError from clevercsv.wrappers.write_table on Windows 10
#27 opened by mitchgrogg - 2
undefined symbol: PyUnicode_ReadChar
#25 opened by seperman - 2
Error: field larger than field limit (131072)
#21 opened by Naviden - 5
- 6
Suggestion: Make Pandas dependency optional
#10 opened by seperman - 5
detection is really slow in some cases
#13 opened by kaskawu - 2
Unexpected exceptions on many inputs
#7 opened by flopp - 3