In this lesson, you’ll see different ways to handle non-standard CSV files and how to deal with delimeters appearing in your data.
You learned how to:
- Change reader parameters
- Use different delimeters
- Quote fields containing special characters using
quotechar - Escape the delimiter using
escapechar
rcruzalegui on March 10, 2020
How would I use the same script but load it to a dictionary to it can be used for later?