Keith Bechtol

Results 1 issues of Keith Bechtol

Python 3 treats all strings as unicode ([link](https://docs.python.org/3/howto/unicode.html)), which involves a different number of bytes compared to ascii strings. This causes problems when trying to upload tables with string columns...