How to avoid BOM issues with CSV files created on Windows

27 Oct 2023

When loading CSV files in Python that were created on Windows, you can get some weird errors because the Microsoft tools usually add a BOM.

Continue reading →