CBSE Class 12 Informatics Practices Question 36 of 70

Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 1

Back to all questions
1
Question

Question 1

CSV files can only store comma separated values.

Answer

False

Reason — CSV files can store values separated by various delimiters such as semicolons, tabs, spaces, etc. The default delimiter is a comma.