fix: limit chardet < 7.0.0 and pandas <3.0.0#1205
fix: limit chardet < 7.0.0 and pandas <3.0.0#1205JGSweets wants to merge 6 commits intocapitalone:mainfrom
Conversation
|
Seems more needs to be evaluated in chardet |
|
looks like they default to windows-1252 more than utf-8 which is why the new error / change is occurring |
|
@JGSweets is it possible to resolve the failed checks? |
I could alter the tests, but I don't feel like that is the ideal solution. looking at their newest version, it seems they changed behavior that results in files we originally would label as In addition, it did not seem like there was an easy way to chunk results into the detector and get a full result rather than a single candidate. |
|
In addition, i think there's a larger issue now at play given |
|
fixed tests similar to the previous pr which have approximate issues |
this pr: