I am trying to use pandas internals to decode my file rather than calling data.decode(encoding...) and passing in a stringIO object, to save on ram. However when I do ...
Hi @ghsama, thanks for posting! Do you mind to share a couple of lines of synthetic or real data so I can reproduce this locally? Locally and in our test suite, we test with various forms of encoding, ...