Which of the following statements is NOT accurate about CSV files?
Group of answer choices
They are often used to store spreadsheet-like data.
They are great with string data, especially with quotes and commas.
You can use the csv module to work with them easily.
They are ideal for large amounts of numeric data.