C.A.M. Gerlach
C.A.M. Gerlach
Hey @PanderMusubi , you can download and install Miniconda [here](https://docs.conda.io/en/latest/miniconda.html), which we generally recommend over pip, but if you're comfortable with it and you have it working on your system,...
Really sorry for the delay @agusgs , got busy with final projects. Review in work; thanks for your patience. FYI @ccordoba12 the test for interpreter load time added in PR...
No worries, its been "complicated" for me too; I took forever to review it after all. Really glad it was helpful, and we really appreciate your excellent contribution. Thanks again,...
Seems like a pretty solid win in pretty much all major areas—performance, features, and accuracy—at least per their own (potentially not totally impartial) benchmarks. Aside from the modest work needed...
> when not forcing char detect, it parses the "coding" from text, but for this you should know the encoding too, this is commented in the line 123; Actually, as...
> > Event for the first case, ideally you need to guess the encoding before use the "encoding" string to confirm if they are compatible, so ideally in all cases...
Sorry, I should have provided a TL;DR up top as I usually do if it gets that long—it ended up being more complicated than I initially thought.
> Another possible solution, or improvement if used together, is to use this function [`from_bytes`](https://charset-normalizer.readthedocs.io/en/latest/api.html#charset_normalizer.from_bytes) instead of `detect`. By its defaults, it analyses just some part of the bytes by...
NB, not sure if `charset_normalizer` has the same issue, but as long as I can remember and to this day, `chardet` (and thus Spyder) has incorrectly treated many UTF-8 encoded...
FWIW, I was actually thinking the same thing, that we really should have an option to silence this warning permanently; it gets a bit annoying to see it every time...