Skip to content

Read csv files with binary (avoid "UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 473: character maps to <undefined>" during the codecs.charmap_decode call where 0x9d is any character not in the encoding codec. Analyze CSV exported from Electronic Team's Serial Port Monitor.

License

Notifications You must be signed in to change notification settings

Hierosoft/binarycsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binarycsv

Read csv files with binary (avoid "UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 473: character maps to <undefined>" during the codecs.charmap_decode call where 0x9d is any character not in the encoding codec.

About

Read csv files with binary (avoid "UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 473: character maps to <undefined>" during the codecs.charmap_decode call where 0x9d is any character not in the encoding codec. Analyze CSV exported from Electronic Team's Serial Port Monitor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages