Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ppflrs/77965b375cad737d238e7667f5c3c609 to your computer and use it in GitHub Desktop.
Save ppflrs/77965b375cad737d238e7667f5c3c609 to your computer and use it in GitHub Desktop.
Convert "application/octet-stream; charset=binary" to ASCII
@robintux
Copy link

I am trying to load some files from (on ubuntu20.04)

Data completa de la Encuesta Nacional Demografía y Salud Familiar (ENDES) 2019 - [Instituto Nacional de Estadística e Informática - INEI]

promptly : 2019/691-Modulo64/Modulo64/RECH0.csv

But in python (pandas module) i have an error :

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf0 in position 442: invalid continuation byte

Please, any ideas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment