On Wed, Feb 28, 2024 at 6:25 PM Adam Carter <adamcart...@gmail.com> wrote: >> >> The other thing is, look up the definition (such as there is) of CSVs. >> Special characters (such as commas) can be quoted. Standard practice as >> far as I can tell, is that any cell containing a comma will be >> double-quoted, and the quotes are stripped on import. > > > Thanks - looks like quoting is the answer.
It might not be something you want to deal with but pretty much every Python data analysis and machine learning package has functions for reading and writing CSV files. - Mark